summaryrefslogtreecommitdiffstats
path: root/configd
diff options
context:
space:
mode:
Diffstat (limited to 'configd')
-rw-r--r--configd/src/apps/sentinel/sentinel.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/configd/src/apps/sentinel/sentinel.cpp b/configd/src/apps/sentinel/sentinel.cpp
index 93849cdbf6c..fed65c7fbab 100644
--- a/configd/src/apps/sentinel/sentinel.cpp
+++ b/configd/src/apps/sentinel/sentinel.cpp
@@ -69,7 +69,7 @@ main(int argc, char **argv)
try {
handler.subscribe(configId, CONFIG_TIMEOUT_MS);
} catch (ConfigTimeoutException & ex) {
- LOG(info, "Timout getting config, please check your setup. Will exit and restart: %s", ex.getMessage().c_str());
+ LOG(warning, "Timout getting config, please check your setup. Will exit and restart: %s", ex.getMessage().c_str());
EV_STOPPING("config-sentinel", ex.what());
exit(EXIT_FAILURE);
} catch (InvalidConfigException& ex) {