summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--actuators/motor/atmostripe.vala2
1 files changed, 1 insertions, 1 deletions
diff --git a/actuators/motor/atmostripe.vala b/actuators/motor/atmostripe.vala
index 81c1d1a..56e8706 100644
--- a/actuators/motor/atmostripe.vala
+++ b/actuators/motor/atmostripe.vala
@@ -94,7 +94,7 @@ public class AtmostripeMotorController : SerialDevice, MotorController {
if(engine > 5)
return false;
- log("Atmostripe", LogLevelFlags.LEVEL_DEBUG, "set single");
+ log("Atmostripe", LogLevelFlags.LEVEL_DEBUG, @"set single engine $engine: $speed");
write(buf, 2);
read(buf, 2);