Changeset 2115 for box/trunk/bin/bbackupd/Win32ServiceFunctions.cpp
- Timestamp:
- 28/03/2008 22:18:44 (4 years ago)
- File:
-
- 1 edited
-
box/trunk/bin/bbackupd/Win32ServiceFunctions.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
box/trunk/bin/bbackupd/Win32ServiceFunctions.cpp
r1892 r2115 208 208 if (emu_stat(pConfigFileName, &st) != 0) 209 209 { 210 BOX_ ERROR("Failed to open configuration file '" <<211 pConfigFileName << "': " << strerror(errno));210 BOX_LOG_SYS_ERROR("Failed to open configuration file " 211 "'" << pConfigFileName << "'"); 212 212 return 1; 213 213 } … … 222 222 } 223 223 224 SC_HANDLE scm = OpenSCManager(0, 0,SC_MANAGER_CREATE_SERVICE);224 SC_HANDLE scm = OpenSCManager(0, 0, SC_MANAGER_CREATE_SERVICE); 225 225 226 226 if (!scm)
Note: See TracChangeset
for help on using the changeset viewer.
