diff options
-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. |