summaryrefslogtreecommitdiff
path: root/bin/bbackupd
diff options
context:
space:
mode:
authorChris Wilson <chris+github@qwirx.com>2012-02-02 23:36:13 +0000
committerChris Wilson <chris+github@qwirx.com>2012-02-02 23:36:13 +0000
commit03d7cb4d75822b40d263d0737e3115a0aeff1cda (patch)
treed14db0fe077b82a6e38292af716a70818331b741 /bin/bbackupd
parent36996b60ac2f41ab70832db6bd02469d9a617fec (diff)
Fix compile error, thanks to James and Buildbot :)
Diffstat (limited to 'bin/bbackupd')
-rw-r--r--bin/bbackupd/BackupDaemon.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/bin/bbackupd/BackupDaemon.cpp b/bin/bbackupd/BackupDaemon.cpp
index e4fb889e..3d0c9533 100644
--- a/bin/bbackupd/BackupDaemon.cpp
+++ b/bin/bbackupd/BackupDaemon.cpp
@@ -2296,10 +2296,10 @@ void BackupDaemon::SetupLocations(BackupClientContext &rClientContext, const Con
if(::statfs(pLoc->mPath.c_str(), &s) != 0)
#endif // HAVE_STRUCT_STATVFS_F_MNTONNAME
{
- BOX_THROW_SYS_ERROR("Failed to stat "
- "path '" << pLoc->mPath <<
- "' for location '" <<
- pLoc->mName << "'");
+ THROW_SYS_ERROR("Failed to stat path "
+ "'" << pLoc->mPath << "' "
+ "for location "
+ "'" << pLoc->mName << "'");
}
// Where the filesystem is mounted