From 93966139dbfc1ee289718087c4a232dd44d337f7 Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Thu, 19 Sep 2013 23:06:00 +0000 Subject: Report everything that increases mNumberErrorsFound as a BOX_ERROR. --- lib/backupstore/BackupStoreInfo.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/backupstore') diff --git a/lib/backupstore/BackupStoreInfo.cpp b/lib/backupstore/BackupStoreInfo.cpp index 4f5b04e9..11697879 100644 --- a/lib/backupstore/BackupStoreInfo.cpp +++ b/lib/backupstore/BackupStoreInfo.cpp @@ -419,7 +419,7 @@ int BackupStoreInfo::ReportChangesTo(BackupStoreInfo& rOldInfo) #define COMPARE(attribute) \ if (rOldInfo.Get ## attribute () != Get ## attribute ()) \ { \ - BOX_WARNING(#attribute " changed from " << \ + BOX_ERROR(#attribute " changed from " << \ rOldInfo.Get ## attribute () << " to " << \ Get ## attribute ()); \ numChanges++; \ -- cgit v1.2.3