[Box Backup-commit] COMMIT r1823 - box/chris/merge/bin/bbackupd

boxbackup-dev@fluffy.co.uk boxbackup-dev@fluffy.co.uk
Fri, 07 Sep 2007 22:54:33 +0100


Author: chris
Date: 2007-09-07 22:54:33 +0100 (Fri, 07 Sep 2007)
New Revision: 1823

Modified:
   box/chris/merge/bin/bbackupd/BackupClientDirectoryRecord.cpp
Log:
Fix comments. (merges [1812])


Modified: box/chris/merge/bin/bbackupd/BackupClientDirectoryRecord.cpp
===================================================================
--- box/chris/merge/bin/bbackupd/BackupClientDirectoryRecord.cpp	2007-09-07 21:08:30 UTC (rev 1822)
+++ box/chris/merge/bin/bbackupd/BackupClientDirectoryRecord.cpp	2007-09-07 21:54:33 UTC (rev 1823)
@@ -1384,7 +1384,8 @@
 
 		if(e.GetType() == ConnectionException::ExceptionType && e.GetSubType() == ConnectionException::Protocol_UnexpectedReply)
 		{
-			// Check and see what error the protocol has -- as it might be an error...
+			// Check and see what error the protocol has,
+			// this is more useful to users than the exception.
 			int type, subtype;
 			if(connection.GetLastError(type, subtype))
 			{