]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/blobdiff - src/allmydata/util/fileutil.py
WIP and debugging things
[tahoe-lafs/tahoe-lafs.git] / src / allmydata / util / fileutil.py
index 1d059fcce883e9cba523f384930d2b07d5357b3d..c708044aaf4fdbec6a654193ef1cf4fbe7cbc2df 100644 (file)
@@ -561,6 +561,7 @@ if sys.platform == "win32":
                               None
                              )
         if hVolume == INVALID_HANDLE_VALUE:
+            print("ZINGA", abspath)
             raise WinError(get_last_error())
 
         if FlushFileBuffers(hVolume) == 0: