Changeset 118:909d627f5916
- Timestamp:
- 11/08/08 02:49:57 (3 years ago)
- Author:
- chris
- Branch:
- unix
- Message:
-
add more user info when config files don't exist
- Files:
-
Legend:
- Unmodified
- Added
- Removed
-
|
r117
|
r118
|
|
| 64 | 64 | else: |
| 65 | 65 | print("Log configuration file [%s] not found" % self.__log_config_file) |
| | 66 | print("See the example StormSiren-log.conf file in the examples directory") |
| 66 | 67 | if(not os.path.exists(self.__config_dir)): |
| 67 | 68 | os.mkdir(self.__config_dir) |
| … |
… |
|
| 81 | 82 | else: |
| 82 | 83 | self.log.error("Configuration file [%s] not found" % self.__config_file) |
| | 84 | self.log.error("See the example StormSiren.conf file in the examples directory") |
| 83 | 85 | sys.exit(0) |
| 84 | 86 | |