Changeset 118:909d627f5916

Show
Ignore:
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:
1 modified

Legend:

Unmodified
Added
Removed
  • Config.py

    r117 r118  
    6464                else: 
    6565                        print("Log configuration file [%s] not found" % self.__log_config_file) 
     66                        print("See the example StormSiren-log.conf file in the examples directory") 
    6667                        if(not os.path.exists(self.__config_dir)): 
    6768                                os.mkdir(self.__config_dir) 
     
    8182                else: 
    8283                        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") 
    8385                        sys.exit(0) 
    8486