From 64f19557455503d876baa733c073c44866eea1d9 Mon Sep 17 00:00:00 2001 From: Travis Howell Date: Sun, 15 Jan 2006 10:22:44 +0000 Subject: Leave as warning. svn-id: r20043 --- common/config-manager.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common') 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. -- cgit v1.2.3