From 6153acfc04a83d34f54189fe67629d496ad9f773 Mon Sep 17 00:00:00 2001 From: Henning Baldersheim Date: Thu, 25 May 2017 23:05:53 +0200 Subject: Awarning it is. --- configd/src/apps/sentinel/sentinel.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configd/src') 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) { -- cgit v1.2.3