diff --git a/daemon/src/managerimpl.cpp b/daemon/src/managerimpl.cpp index 6ae01b3f1b3bf67610db46255d9712ea1319453e..07f9e8ffbefd7a223ae6b7cae7cb023e2669be3a 100644 --- a/daemon/src/managerimpl.cpp +++ b/daemon/src/managerimpl.cpp @@ -2557,8 +2557,7 @@ ManagerImpl::loadAccount(const YAML::Node &node, int &errorCount, ++errorCount; } } else { - SFL_ERR("Ignoring unknown account type \"%s\"", accountType.c_str()); - ++errorCount; + SFL_WARN("Ignoring unknown account type \"%s\"", accountType.c_str()); } } }