Changeset 14322 for trunk/Cosy


Ignore:
Timestamp:
08/07/12 09:48:38 (12 years ago)
Author:
tbretz
Message:
Improved logging output.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Cosy/devdrv/dkc.cc

    r12587 r14322  
    238238    // is set incorrectly)
    239239    if (data)
     240    {
     241        gLog << warn << "- HandleSDOOK sets zombie." << endl;
    240242        SetZombie();
     243    }
    241244
    242245    switch (idx)
     
    582585    SetError(rc ? 0 : val);
    583586    if (!rc)
     587    {
     588        gLog << warn << "- CheckErrorDKC sets zombie." << endl;
    584589        SetZombie();
     590    }
    585591}
    586592
Note: See TracChangeset for help on using the changeset viewer.