diff options
| -rw-r--r-- | src/lib/config.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/config.cc b/src/lib/config.cc index cc62bfed3..657178eba 100644 --- a/src/lib/config.cc +++ b/src/lib/config.cc @@ -294,9 +294,9 @@ Config::instance () /* configuration load failed; never mind, just stick with the default. */ - cerr << "dcpomatic: failed to load configuration (" << e.what() << ")\n"; + cerr << "dcpomatic: warning: configuration did not load (" << e.what() << "); using defaults\n"; } catch (...) { - cerr << "dcpomatic: failed to load configuration\n"; + cerr << "dcpomatic: warning: configuration did not load; using defaults\n"; } } |
