From ed2fe2b75a410e20679de43ed787a05e4dd99696 Mon Sep 17 00:00:00 2001 From: Sebastian Reichel Date: Sun, 14 Oct 2012 21:20:21 +0200 Subject: add speed info to debug output of atmostripe --- actuators/motor/atmostripe.vala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- cgit v1.2.3