Changeset 8869 for trunk/MagicSoft/Cosy/candrv/canopen.cc
- Timestamp:
- 02/21/08 22:03:06 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Cosy/candrv/canopen.cc
r8864 r8869 276 276 if (ms && t.HasTimedOut()) 277 277 { 278 cout << "WaitForSdos timed out." << endl;278 gLog << inf << "- CanOpen::WaitForSdos timed out." << endl; 279 279 rc = false; 280 280 } … … 312 312 if (ms && t.HasTimedOut()) 313 313 { 314 cout << "WaitForSdo Node #" << (int)node << " " << idx << "/" << (int)subidx << " timed out." << endl;314 //cout << "WaitForSdo Node #" << (int)node << " " << idx << "/" << (int)subidx << " timed out." << endl; 315 315 rc = false; 316 316 }
Note:
See TracChangeset
for help on using the changeset viewer.