summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorChris Wilson <chris+github@qwirx.com>2007-04-28 17:37:01 +0000
committerChris Wilson <chris+github@qwirx.com>2007-04-28 17:37:01 +0000
commit380e62839d18d6817b0a4aeac8e942bbb1e8a213 (patch)
treef292ca7b43389b8f9e32fc674811bb1eca4a8978 /bin
parent11b2e49ab01b00681c56aa2a8a079ae374b48344 (diff)
Fix formatting bugs. (refs #3)
Diffstat (limited to 'bin')
-rw-r--r--bin/bbackupd/BackupDaemon.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/bbackupd/BackupDaemon.cpp b/bin/bbackupd/BackupDaemon.cpp
index 825254d9..cfe2b7ab 100644
--- a/bin/bbackupd/BackupDaemon.cpp
+++ b/bin/bbackupd/BackupDaemon.cpp
@@ -300,14 +300,14 @@ void BackupDaemon::RunHelperThread(void)
}
catch (BoxException &e)
{
- BOX_ERROR("Failed to open command socket" <<
+ BOX_ERROR("Failed to open command socket: " <<
e.what());
SetTerminateWanted();
break; // this is fatal to listening thread
}
catch(std::exception &e)
{
- BOX_ERROR("Failed to open command socket" <<
+ BOX_ERROR("Failed to open command socket: " <<
e.what());
SetTerminateWanted();
break; // this is fatal to listening thread