[Box Backup-commit] COMMIT r2412 - box/trunk/bin/bbackupd

boxbackup-dev at boxbackup.org boxbackup-dev at boxbackup.org
Sat Dec 27 00:27:27 GMT 2008


Author: chris
Date: 2008-12-27 00:27:26 +0000 (Sat, 27 Dec 2008)
New Revision: 2412

Modified:
   box/trunk/bin/bbackupd/BackupDaemon.cpp
Log:
Reformat comment.


Modified: box/trunk/bin/bbackupd/BackupDaemon.cpp
===================================================================
--- box/trunk/bin/bbackupd/BackupDaemon.cpp	2008-12-26 23:57:59 UTC (rev 2411)
+++ box/trunk/bin/bbackupd/BackupDaemon.cpp	2008-12-27 00:27:26 UTC (rev 2412)
@@ -777,10 +777,9 @@
 	if(syncPeriodStart >= syncPeriodEnd &&
 		syncPeriodStart - syncPeriodEnd < minimumFileAge)
 	{
-		// This can happen if we receive a force-sync
-		// command less than minimumFileAge after
-		// the last sync. Deal with it by moving back
-		// syncPeriodStart, which should not do any
+		// This can happen if we receive a force-sync command less
+		// than minimumFileAge after the last sync. Deal with it by
+		// moving back syncPeriodStart, which should not do any
 		// damage.
 		syncPeriodStart = syncPeriodEnd -
 			SecondsToBoxTime(1);




More information about the Boxbackup-commit mailing list