Changeset 35392
- Timestamp:
- Apr 11, 2013, 12:08:22 PM (13 years ago)
- File:
-
- 1 edited
-
trunk/pswarp/src/pswarpExit.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/pswarp/src/pswarpExit.c
r34089 r35392 38 38 psLogMsg("pswarp", PS_LOG_WARN, "Unknown error code: %x", errorCode); 39 39 return PS_EXIT_UNKNOWN_ERROR; 40 case PM_ERR_CONFIG: 41 // We get this when the config file is not readable. Set to data like error 42 psLogMsg("pswarp", PS_LOG_WARN, "Config Error: %x", errorCode); 43 exitValue = PS_EXIT_SYS_ERROR; 44 break; 40 45 case PS_ERR_IO: 41 46 case PS_ERR_DB_CLIENT:
Note:
See TracChangeset
for help on using the changeset viewer.
