summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorChris Wilson <chris+github@qwirx.com>2008-08-10 21:42:03 +0000
committerChris Wilson <chris+github@qwirx.com>2008-08-10 21:42:03 +0000
commit712a8e038ad4d201c3ffb186952f4c84c823bf77 (patch)
tree6b536d14623231991d3c8eee3233550b7775d4d7 /bin
parent140d6d971cb6094733a3b9d3123b12431f27f46b (diff)
Reformat comments for readability.
Diffstat (limited to 'bin')
-rw-r--r--bin/bbackupd/BackupClientDirectoryRecord.cpp15
1 files changed, 8 insertions, 7 deletions
diff --git a/bin/bbackupd/BackupClientDirectoryRecord.cpp b/bin/bbackupd/BackupClientDirectoryRecord.cpp
index c63857e2..ea5ee973 100644
--- a/bin/bbackupd/BackupClientDirectoryRecord.cpp
+++ b/bin/bbackupd/BackupClientDirectoryRecord.cpp
@@ -950,18 +950,18 @@ bool BackupClientDirectoryRecord::UpdateItems(
}
catch(ConnectionException &e)
{
- // Connection errors should just be passed on to the main handler, retries
- // would probably just cause more problems.
- // StorageLimitExceeded never gets here.
-
- rParams.mrDaemon.NotifySysadmin(BackupDaemon::NotifyEvent_StoreFull);
+ // Connection errors should just be
+ // passed on to the main handler,
+ // retries would probably just cause
+ // more problems.
rNotifier.NotifyFileUploadException(
this, filename, e);
throw;
}
catch(BoxException &e)
{
- // an error occured -- make return code false, to show error in directory
+ // an error occured -- make return
+ // code false, to show error in directory
allUpdatedSuccessfully = false;
// Log it.
SetErrorWhenReadingFilesystemObject(rParams, filename.c_str());
@@ -969,7 +969,8 @@ bool BackupClientDirectoryRecord::UpdateItems(
this, filename, e);
}
- // Update structures if the file was uploaded successfully.
+ // Update structures if the file was uploaded
+ // successfully.
if(uploadSuccess)
{
fileSynced = true;