summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rw-r--r--bin/bbackupd/BackupDaemon.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/bbackupd/BackupDaemon.cpp b/bin/bbackupd/BackupDaemon.cpp
index 5b11097c..931934fd 100644
--- a/bin/bbackupd/BackupDaemon.cpp
+++ b/bin/bbackupd/BackupDaemon.cpp
@@ -52,6 +52,7 @@
#include "SSLLib.h"
#include "autogen_BackupProtocol.h"
+#include "autogen_ClientException.h"
#include "autogen_CommonException.h"
#include "autogen_ConversionException.h"
#include "Archive.h"
@@ -930,7 +931,7 @@ std::auto_ptr<BackupClientContext> BackupDaemon::RunSyncNow()
{
BOX_ERROR("Failed to delete the StoreObjectInfoFile, "
"backup cannot continue safely.");
- THROW_EXCEPTION(ClientException,
+ THROW_EXCEPTION(ClientException,
FailedToDeleteStoreObjectInfoFile);
}