Index: trunk/Cosy/candrv/network.cc
===================================================================
--- trunk/Cosy/candrv/network.cc	(revision 10088)
+++ trunk/Cosy/candrv/network.cc	(revision 12586)
@@ -344,5 +344,8 @@
         if (fNodes[i])
             if (fNodes[i]->IsZombieNode())
+            {
+                gLog << err << "- Zombie " << i << endl;
                 return true;
+            }
 
     return false;
