Changeset 2261 for box/trunk/bin/bbackupquery/BackupQueries.cpp
- Timestamp:
- 21/08/2008 12:15:12 (3 years ago)
- File:
-
- 1 edited
-
box/trunk/bin/bbackupquery/BackupQueries.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
box/trunk/bin/bbackupquery/BackupQueries.cpp
r2260 r2261 1946 1946 storePathDisplay << "' does not."); 1947 1947 rParams.mDifferences ++; 1948 1949 // Check the dir modification time 1950 struct stat st; 1951 if(::stat(localPath.c_str(), &st) == 0 && 1952 FileModificationTime(st) > 1953 rParams.mLatestFileUploadTime) 1954 { 1955 rParams.mDifferencesExplainedByModTime ++; 1956 BOX_INFO("Local directory '" << 1957 localPathDisplay << "' was " 1958 "modified since the last sync, " 1959 "might be reason for " 1960 "difference"); 1961 } 1948 1962 } 1949 1963 else
Note: See TracChangeset
for help on using the changeset viewer.
