[Box Backup-commit] COMMIT r1812 - box/chris/general/bin/bbackupd
boxbackup-dev@fluffy.co.uk
boxbackup-dev@fluffy.co.uk
Thu, 06 Sep 2007 23:37:38 +0100
Author: chris
Date: 2007-09-06 23:37:38 +0100 (Thu, 06 Sep 2007)
New Revision: 1812
Modified:
box/chris/general/bin/bbackupd/BackupClientDirectoryRecord.cpp
Log:
Fix comments.
Modified: box/chris/general/bin/bbackupd/BackupClientDirectoryRecord.cpp
===================================================================
--- box/chris/general/bin/bbackupd/BackupClientDirectoryRecord.cpp 2007-09-06 21:16:08 UTC (rev 1811)
+++ box/chris/general/bin/bbackupd/BackupClientDirectoryRecord.cpp 2007-09-06 22:37:38 UTC (rev 1812)
@@ -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))
{