noisy logging turned on to help look for bug in directory tree.
[feisty_meow.git] / octopi / library / tentacles / recursive_file_copy.cpp
index 8464ed4e073583f097ad2ced86e9921e735095a1..657bc80cd24744678d5d81180f61740680ccf64f 100644 (file)
@@ -141,7 +141,7 @@ outcome recursive_file_copy::copy_hierarchy(int transfer_mode,
 
   int iter = 0;
   while (true) {
-//LOG(a_sprintf("ongoing chunk %d", ++iter));
+LOG(a_sprintf("ongoing chunk %d", ++iter));
 
     // keep going until we find a broken reply.
     file_transfer_infoton *ongoing = new file_transfer_infoton;