fix.
[stack/cam.git] / lib / cfg.py
index 05c29ea..3075a2e 100644 (file)
@@ -11,7 +11,7 @@ if not os.path.exists(config_file_path):
 The configuration file '%s' does not exist.
 Please create this file and fill in the configuration data
 of your certificates so that 'cam' can operate.
-'''
+''' % config_file_path
     sys.exit(1)
 
 cfg = ConfigParser.ConfigParser()