[sheepdog] [PATCH] sheep: print PACKAGE_VERSION with SDOG_INFO log level
Kai Zhang
kyle at zelin.io
Sat Jun 29 03:49:40 CEST 2013
Signed-off-by: Kai Zhang <kyle at zelin.io>
---
sheep/sheep.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sheep/sheep.c b/sheep/sheep.c
index 6893a66..84bd269 100644
--- a/sheep/sheep.c
+++ b/sheep/sheep.c
@@ -786,7 +786,7 @@ int main(int argc, char **argv)
free(dir);
check_host_env();
- sd_printf(SDOG_NOTICE, "sheepdog daemon (version %s) started",
+ sd_printf(SDOG_INFO, "sheepdog daemon (version %s) started",
PACKAGE_VERSION);
while (sys->nr_outstanding_reqs != 0 ||
--
1.7.9.5
More information about the sheepdog
mailing list