[Pkg-nagios-changes] [SCM] Debian packaging for mod gearman. branch, upstream, updated. upstream/1.0.6-34-gd3fb2ec
Sven Nierlein
sven at nierlein.de
Wed Aug 24 09:22:01 UTC 2011
The following commit has been merged in the upstream branch:
commit b909c086f598d393bb9c42d253384b09c818a4f5
Author: Sven Nierlein <sven at nierlein.de>
Date: Mon Aug 15 16:28:14 2011 +0200
removed version output to stderr while reloading/starting the core
diff --git a/Changes b/Changes
index 6072c8c..92d5103 100644
--- a/Changes
+++ b/Changes
@@ -5,6 +5,7 @@ This file documents the revision history for mod_gearman.
- fixed sigsegv when reloading core in combination with exports options
- added optional workaround for plugins exiting with rc 25 because
of duplicate execution
+ - removed version output to stderr while reloading/starting the core
1.0.8 Fri Jul 22 22:21:34 CEST 2011
- use identifier for error messages if set
diff --git a/neb_module/mod_gearman.c b/neb_module/mod_gearman.c
index 80c5944..b10ec79 100644
--- a/neb_module/mod_gearman.c
+++ b/neb_module/mod_gearman.c
@@ -89,8 +89,8 @@ int nebmodule_init( int flags, char *args, nebmodule *handle ) {
set_default_options(mod_gm_opt);
/* parse arguments */
- gm_log( GM_LOG_INFO, "Version %s\n", GM_VERSION );
- gm_log( GM_LOG_TRACE, "args: %s\n", args );
+ gm_log( GM_LOG_DEBUG, "Version %s\n", GM_VERSION );
+ gm_log( GM_LOG_DEBUG, "args: %s\n", args );
gm_log( GM_LOG_TRACE, "nebmodule_init(%i, %i)\n", flags );
gm_log( GM_LOG_DEBUG, "running on libgearman %s\n", gearman_version() );
--
Debian packaging for mod gearman.
More information about the Pkg-nagios-changes
mailing list