Changeset 12586 for trunk/Cosy


Ignore:
Timestamp:
11/21/11 11:16:30 (13 years ago)
Author:
tbretz
Message:
Added a missing output in case there are zombies in the network.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Cosy/candrv/network.cc

    r9132 r12586  
    344344        if (fNodes[i])
    345345            if (fNodes[i]->IsZombieNode())
     346            {
     347                gLog << err << "- Zombie " << i << endl;
    346348                return true;
     349            }
    347350
    348351    return false;
Note: See TracChangeset for help on using the changeset viewer.