summaryrefslogtreecommitdiff
path: root/bin/bbackupd/BackupDaemon.cpp
diff options
context:
space:
mode:
authorChris Wilson <chris+github@qwirx.com>2012-03-16 00:40:25 +0000
committerChris Wilson <chris+github@qwirx.com>2012-03-16 00:40:25 +0000
commitc5961b01bf9694bf7f6dff86fc8367953dd0b999 (patch)
treee4a97aecc425283f754d0387a62c5b667178e486 /bin/bbackupd/BackupDaemon.cpp
parent08307706b200b868d06acbd6348b00eb41238da4 (diff)
Really fix compile error this time.
Diffstat (limited to 'bin/bbackupd/BackupDaemon.cpp')
-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 84aa84f6..6155dadb 100644
--- a/bin/bbackupd/BackupDaemon.cpp
+++ b/bin/bbackupd/BackupDaemon.cpp
@@ -2366,7 +2366,8 @@ void BackupDaemon::SetupLocations(BackupClientContext &rClientContext, const Con
THROW_SYS_ERROR("Failed to stat path "
"'" << pLoc->mPath << "' "
"for location "
- "'" << pLoc->mName << "'");
+ "'" << pLoc->mName << "'",
+ CommonException, OSFileError);
}
// Where the filesystem is mounted