aboutsummaryrefslogtreecommitdiffstats
path: root/src/hs-config.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/hs-config.cpp')
-rw-r--r--src/hs-config.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hs-config.cpp b/src/hs-config.cpp
index a227d30..f043d46 100644
--- a/src/hs-config.cpp
+++ b/src/hs-config.cpp
@@ -49,7 +49,7 @@ int HS_Config::readConfig(void)
path = root_dir + "/etc/" + lastmode_json;
if(readJsonFile(path.c_str(), &m_lastmode) < 0) {
- AFB_ERROR("read %s failed.", lastmode_json.c_str());
+ AFB_WARNING("read %s failed.", lastmode_json.c_str());
m_lastmode = nullptr;
}