[Box Backup-commit] COMMIT r2831 - box/trunk/lib/win32

subversion at boxbackup.org subversion at boxbackup.org
Sat Jan 8 22:04:14 GMT 2011


Author: chris
Date: 2011-01-08 22:04:13 +0000 (Sat, 08 Jan 2011)
New Revision: 2831

Modified:
   box/trunk/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. (merges [2743] from 0.11)


Modified: box/trunk/lib/win32/emu.cpp
===================================================================
--- box/trunk/lib/win32/emu.cpp	2011-01-08 21:56:40 UTC (rev 2830)
+++ box/trunk/lib/win32/emu.cpp	2011-01-08 22:04:13 UTC (rev 2831)
@@ -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