Index: /trunk/Cosy/candrv/network.cc
===================================================================
--- /trunk/Cosy/candrv/network.cc	(revision 12585)
+++ /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;
