Changeset 14320 for trunk/Cosy/candrv/canopen.cc
- Timestamp:
- 08/07/12 09:47:09 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Cosy/candrv/canopen.cc
r9515 r14320 34 34 #include "MLog.h" 35 35 #include "MLogManip.h" 36 37 #include "MTime.h" 36 38 37 39 #include "interface.h" … … 281 283 if (ms && t.HasTimedOut()) 282 284 { 283 gLog << inf<< "- CanOpen::WaitForSdos timed out." << endl;285 gLog << warn << "- CanOpen::WaitForSdos timed out." << endl; 284 286 rc = false; 285 287 } … … 317 319 if (ms && t.HasTimedOut()) 318 320 { 319 //cout << "WaitForSdo Node #" << (int)node << " " << idx << "/" << (int)subidx << " timed out." << endl; 321 gLog << warn << MTime(-1); 322 gLog << " - CanOpen::WaitForSdo Node #" << (int)node << " " << hex << idx << "/" << dec << (int)subidx << " timed out after " << ms << "ms." << endl; 320 323 rc = false; 321 324 }
Note:
See TracChangeset
for help on using the changeset viewer.