summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Wilson <chris+github@qwirx.com>2015-07-31 21:24:20 +0000
committerChris Wilson <chris+github@qwirx.com>2015-07-31 21:24:20 +0000
commitb45a74d4b5a28c38f99620ecde052cfd47d6d74e (patch)
tree7e371960f5003b9c4e7dfbc6d31edb8aed5cbacf
parent20eada7b4c083658c117477c737359001c4d6110 (diff)
Compile fix
-rw-r--r--lib/backupstore/BackupAccountControl.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/backupstore/BackupAccountControl.cpp b/lib/backupstore/BackupAccountControl.cpp
index edb25068..40b60f42 100644
--- a/lib/backupstore/BackupAccountControl.cpp
+++ b/lib/backupstore/BackupAccountControl.cpp
@@ -139,7 +139,7 @@ S3BackupAccountControl::S3BackupAccountControl(const Configuration& config,
{
if(!mConfig.SubConfigurationExists("S3Store"))
{
- THROW_EXCEPTION_MESSAGE(BackupStoreException,
+ THROW_EXCEPTION_MESSAGE(CommonException,
InvalidConfiguration,
"The S3Store configuration subsection is required "
"when S3Store mode is enabled");