Ignore:
Timestamp:
02/21/08 22:03:06 (17 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Cosy/candrv/canopen.cc

    r8864 r8869  
    276276    if (ms && t.HasTimedOut())
    277277    {
    278         cout << "WaitForSdos timed out." << endl;
     278        gLog << inf << "- CanOpen::WaitForSdos timed out." << endl;
    279279        rc = false;
    280280    }
     
    312312    if (ms && t.HasTimedOut())
    313313    {
    314         cout << "WaitForSdo Node #" << (int)node << " " << idx << "/" << (int)subidx << " timed out." << endl;
     314        //cout << "WaitForSdo Node #" << (int)node << " " << idx << "/" << (int)subidx << " timed out." << endl;
    315315        rc = false;
    316316    }
Note: See TracChangeset for help on using the changeset viewer.