[Box Backup-commit] COMMIT r1147 - box/chris/merge/lib/backupstore

boxbackup-dev at fluffy.co.uk boxbackup-dev at fluffy.co.uk
Mon Nov 13 15:46:08 GMT 2006


Author: chris
Date: 2006-11-13 15:46:08 +0000 (Mon, 13 Nov 2006)
New Revision: 1147

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


Modified: box/chris/merge/lib/backupstore/BackupStoreCheck2.cpp
===================================================================
--- box/chris/merge/lib/backupstore/BackupStoreCheck2.cpp	2006-11-13 15:20:56 UTC (rev 1146)
+++ box/chris/merge/lib/backupstore/BackupStoreCheck2.cpp	2006-11-13 15:46:08 UTC (rev 1147)
@@ -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