[Box Backup-commit] COMMIT r2743 - box/RELEASE/0.11/lib/win32

subversion at boxbackup.org subversion at boxbackup.org
Mon Sep 20 21:45:32 BST 2010


Author: chris
Date: 2010-09-20 21:45:31 +0100 (Mon, 20 Sep 2010)
New Revision: 2743

Modified:
   box/RELEASE/0.11/lib/win32/emu.cpp
Log:
Log the adjusted time, not the unadjusted one, as it's the adjusted time
that may cause an error if it's invalid.


Modified: box/RELEASE/0.11/lib/win32/emu.cpp
===================================================================
--- box/RELEASE/0.11/lib/win32/emu.cpp	2010-09-20 20:44:36 UTC (rev 2742)
+++ box/RELEASE/0.11/lib/win32/emu.cpp	2010-09-20 20:45:31 UTC (rev 2743)
@@ -1814,7 +1814,7 @@
 	if (time_breakdown == NULL)
 	{
 		::syslog(LOG_ERR, "Error: failed to convert time format: "
-			"%d is not a valid time\n", from);
+			"%d is not a valid time\n", adjusted);
 		return false;
 	}
 




More information about the Boxbackup-commit mailing list