summaryrefslogtreecommitdiffstats
path: root/configd
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2017-05-25 23:05:53 +0200
committerHenning Baldersheim <balder@yahoo-inc.com>2017-05-25 23:05:53 +0200
commit6153acfc04a83d34f54189fe67629d496ad9f773 (patch)
treed2f7995b5b5618ca7e1ebb7e0dce7a655b8a2610 /configd
parentf1d11bdac99dd77a2fcca92d7a68c6902d65834d (diff)
Awarning it is.
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) {