X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fhs-config.cpp;h=f043d4667cc3ccfa852c3bbb86ff16b93a786e55;hb=11fdeef6122c86f21f7fab72fa8cdb99ef5d68b5;hp=a227d30b6ab3d5bb3701d72cdc9ce4ca31317edd;hpb=e24c504de6e4e98d500c6587bede79c7c93c84c2;p=apps%2Fagl-service-homescreen.git 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; }