diff options
author | Travis Howell | 2006-01-15 10:22:44 +0000 |
---|---|---|
committer | Travis Howell | 2006-01-15 10:22:44 +0000 |
commit | 64f19557455503d876baa733c073c44866eea1d9 (patch) | |
tree | 5fd3f48935a8ee5e6ec31f4f46064c71bd45667d /common | |
parent | 1c1e58ce2842f3b2bbe5e495fcec890d6b444e7f (diff) | |
download | scummvm-rg350-64f19557455503d876baa733c073c44866eea1d9.tar.gz scummvm-rg350-64f19557455503d876baa733c073c44866eea1d9.tar.bz2 scummvm-rg350-64f19557455503d876baa733c073c44866eea1d9.zip |
Leave as warning.
svn-id: r20043
Diffstat (limited to 'common')
-rw-r--r-- | common/config-manager.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/config-manager.cpp b/common/config-manager.cpp index 5837334497..78211b53f5 100644 --- a/common/config-manager.cpp +++ b/common/config-manager.cpp @@ -229,7 +229,7 @@ void ConfigManager::flushToDisk() { // return; if (!(cfg_file = fopen(_filename.c_str(), "w"))) { - error("Unable to write configuration file: %s", _filename.c_str()); + warning("Unable to write configuration file: %s", _filename.c_str()); } else { // First write the domains in _domainSaveOrder, in that order. |