Changeset 2324
- Timestamp:
- 05/10/2008 00:15:55 (4 years ago)
- File:
-
- 1 edited
-
box/trunk/bin/bbackupd/BackupDaemon.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
box/trunk/bin/bbackupd/BackupDaemon.cpp
r2318 r2324 975 975 BOX_NOTICE("Finished scan of local files"); 976 976 977 // Notify administrator978 NotifySysadmin(SysadminNotifier::BackupFinish);979 980 // Tell anything connected to the command socket981 SendSyncStartOrFinish(false /* finish */);982 983 977 // Log the stats 984 978 BOX_NOTICE("File statistics: total file size uploaded " … … 991 985 // Reset statistics again 992 986 BackupStoreFile::ResetStats(); 987 988 // Notify administrator 989 NotifySysadmin(SysadminNotifier::BackupFinish); 990 991 // Tell anything connected to the command socket 992 SendSyncStartOrFinish(false /* finish */); 993 993 994 994 // Touch a file to record times in filesystem
Note: See TracChangeset
for help on using the changeset viewer.
