diff options
Diffstat (limited to 'jasper.py')
| -rwxr-xr-x | jasper.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -85,7 +85,7 @@ if __name__ == "__main__": try: app = Jasper() except IOError: - logger.exception("Can't read config file.") + logger.exception("Can't read profile file.") sys.exit(1) except OSError: logger.exception("Language model or associated files missing.") |
