Changeset 2784 for box/trunk/bin
- Timestamp:
- 07/10/2010 14:50:42 (20 months ago)
- File:
-
- 1 edited
-
box/trunk/bin/bbackupd/BackupDaemon.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
box/trunk/bin/bbackupd/BackupDaemon.cpp
r2696 r2784 1732 1732 1733 1733 // Any entries in the root directory which need deleting? 1734 if(dir.GetNumberOfEntries() > 0) 1734 if(dir.GetNumberOfEntries() > 0 && 1735 mDeleteRedundantLocationsAfter == 0) 1736 { 1737 BOX_NOTICE(dir.GetNumberOfEntries() << " redundant locations " 1738 "in root directory found, but will not delete because " 1739 "DeleteRedundantLocationsAfter = 0"); 1740 } 1741 else if(dir.GetNumberOfEntries() > 0) 1735 1742 { 1736 1743 box_time_t now = GetCurrentBoxTime();
Note: See TracChangeset
for help on using the changeset viewer.
