Changeset 1784 for box/chris/general/lib/backupclient/BackupStoreFile.cpp
- Timestamp:
- 01/08/2007 00:18:50 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
box/chris/general/lib/backupclient/BackupStoreFile.cpp
r1637 r1784 18 18 #include <new> 19 19 #include <string.h> 20 20 21 #ifndef BOX_DISABLE_BACKWARDS_COMPATIBILITY_BACKUPSTOREFILE 21 #ifndef WIN3222 #include <syslog.h>23 #endif24 22 #include <stdio.h> 25 23 #endif … … 759 757 if(!sWarnedAboutBackwardsCompatiblity) 760 758 { 761 ::printf("WARNING: Decoded one or more files using backwards compatibility mode for block index.\n"); 762 ::syslog(LOG_ERR, "WARNING: Decoded one or more files using backwards compatibility mode for block index.\n"); 759 BOX_WARNING("WARNING: Decoded one or more files using backwards compatibility mode for block index."); 763 760 sWarnedAboutBackwardsCompatiblity = true; 764 761 }
Note: See TracChangeset
for help on using the changeset viewer.
