Changeset 1911

Show
Ignore:
Timestamp:
04/11/2007 03:48:23 (14 months ago)
Author:
chris
Message:

Fix compare output for missing local files which are on the store.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • box/trunk/bin/bbackupquery/BackupQueries.cpp

    r1789 r1911  
    15811581                                // Not found -- report 
    15821582                                BOX_WARNING("Local file '" <<  
    1583                                         localDirDisplay << "' does not exist, " 
     1583                                        localPathDisplay << "' does not exist, " 
    15841584                                        "but store file '" << 
    15851585                                        storePathDisplay << "' does.");