[Box Backup-commit] COMMIT r1149 - box/chris/general/lib/backupstore

boxbackup-dev at fluffy.co.uk boxbackup-dev at fluffy.co.uk
Mon Nov 13 15:48:03 GMT 2006


Author: chris
Date: 2006-11-13 15:48:02 +0000 (Mon, 13 Nov 2006)
New Revision: 1149

Modified:
   box/chris/general/lib/backupstore/BackupStoreCheck2.cpp
Log:
Fixed typo.


Modified: box/chris/general/lib/backupstore/BackupStoreCheck2.cpp
===================================================================
--- box/chris/general/lib/backupstore/BackupStoreCheck2.cpp	2006-11-13 15:47:12 UTC (rev 1148)
+++ box/chris/general/lib/backupstore/BackupStoreCheck2.cpp	2006-11-13 15:48:02 UTC (rev 1149)
@@ -653,7 +653,7 @@
 			if(dependsOlder != 0 && FindEntryByID(dependsOlder) == 0)
 			{
 				// Has an older version marked, but this doesn't exist. Remove this mark
-				TRACE2("Entry id %llx was marked that %llx depended on it, which doesn't exist, dependency info cleaered\n", (*i)->GetObjectID(), dependsOlder);
+				TRACE2("Entry id %llx was marked that %llx depended on it, which doesn't exist, dependency info cleared\n", (*i)->GetObjectID(), dependsOlder);
 
 				(*i)->SetDependsOlder(0);
 				




More information about the Boxbackup-commit mailing list