Explorar el Código

HPCC-16092 Log filename CDelayedDelete is pending on.

Signed-off-by: Jake Smith <jake.smith@lexisnexis.com>
Jake Smith hace 8 años
padre
commit
6cacecc4de
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      dali/base/dadfs.cpp

+ 1 - 1
dali/base/dadfs.cpp

@@ -1384,7 +1384,7 @@ public:
                 }
             }
             file.clear();
-            PROGLOG("CDelayedDelete: pausing");
+            PROGLOG("CDelayedDelete: pausing due to locked file = %s", logicalname);
             Sleep(SDS_TRANSACTION_RETRY/2+(getRandom()%SDS_TRANSACTION_RETRY));
         }
     }