aboutsummaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorTravis Howell2006-01-15 10:22:44 +0000
committerTravis Howell2006-01-15 10:22:44 +0000
commit64f19557455503d876baa733c073c44866eea1d9 (patch)
tree5fd3f48935a8ee5e6ec31f4f46064c71bd45667d /common
parent1c1e58ce2842f3b2bbe5e495fcec890d6b444e7f (diff)
downloadscummvm-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.cpp2
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.