[Box Backup-commit] COMMIT r2235 - box/trunk/bin/bbackupd

boxbackup-dev@fluffy.co.uk boxbackup-dev@fluffy.co.uk
Sun, 10 Aug 2008 22:42:03 +0100 (BST)


Author: chris
Date: 2008-08-10 22:42:03 +0100 (Sun, 10 Aug 2008)
New Revision: 2235

Modified:
   box/trunk/bin/bbackupd/BackupClientDirectoryRecord.cpp
Log:
Reformat comments for readability.


Modified: box/trunk/bin/bbackupd/BackupClientDirectoryRecord.cpp
===================================================================
--- box/trunk/bin/bbackupd/BackupClientDirectoryRecord.cpp	2008-08-10 21:41:29 UTC (rev 2234)
+++ box/trunk/bin/bbackupd/BackupClientDirectoryRecord.cpp	2008-08-10 21:42:03 UTC (rev 2235)
@@ -950,18 +950,18 @@
 				}
 				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 @@
 						this, filename, e);
 				}
 
-				// Update structures if the file was uploaded successfully.
+				// Update structures if the file was uploaded
+				// successfully.
 				if(uploadSuccess)
 				{
 					fileSynced = true;