Index: trunk/Cosy/candrv/canopen.cc
===================================================================
--- trunk/Cosy/candrv/canopen.cc	(revision 14319)
+++ trunk/Cosy/candrv/canopen.cc	(revision 14320)
@@ -34,4 +34,6 @@
 #include "MLog.h"
 #include "MLogManip.h"
+
+#include "MTime.h"
 
 #include "interface.h"
@@ -281,5 +283,5 @@
     if (ms && t.HasTimedOut())
     {
-        gLog << inf << "- CanOpen::WaitForSdos timed out." << endl;
+        gLog << warn << "- CanOpen::WaitForSdos timed out." << endl;
         rc = false;
     }
@@ -317,5 +319,6 @@
     if (ms && t.HasTimedOut())
     {
-        //cout << "WaitForSdo Node #" << (int)node << " " << idx << "/" << (int)subidx << " timed out." << endl;
+        gLog << warn << MTime(-1);
+        gLog << " - CanOpen::WaitForSdo Node #" << (int)node << " " << hex << idx << "/" << dec << (int)subidx << " timed out after " << ms << "ms." << endl;
         rc = false;
     }
