summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/backupstore/BackupStoreInfo.cpp2
1 files changed, 1 insertions, 1 deletions
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++; \