diff options
author | Atin Mukherjee <amukherj@redhat.com> | 2015-07-06 11:49:31 +0530 |
---|---|---|
committer | Krishnan Parthasarathi <kparthas@redhat.com> | 2015-07-14 11:38:38 -0700 |
commit | 796062f8d8bec2d6fff5ddac4f529814ec982dfb (patch) | |
tree | 74947377000ef0c2986e4f12efe11a285b9fdd60 /xlators/mgmt/glusterd/src/glusterd-proc-mgmt.c | |
parent | 2ca64411fd134eb03fc8b40dec91e94027ad82b1 (diff) |
glusterd: daemons start/stop should be logged in INFO
Change-Id: I81ceba4b7110140aec790659fcac90403c8e3869
Signed-off-by: Atin Mukherjee <amukherj@redhat.com>
Reviewed-on: http://review.gluster.org/11538
Tested-by: NetBSD Build System <jenkins@build.gluster.org>
Tested-by: Gluster Build System <jenkins@build.gluster.com>
Reviewed-by: Shyamsundar Ranganathan <srangana@redhat.com>
Reviewed-by: Krishnan Parthasarathi <kparthas@redhat.com>
Diffstat (limited to 'xlators/mgmt/glusterd/src/glusterd-proc-mgmt.c')
-rw-r--r-- | xlators/mgmt/glusterd/src/glusterd-proc-mgmt.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xlators/mgmt/glusterd/src/glusterd-proc-mgmt.c b/xlators/mgmt/glusterd/src/glusterd-proc-mgmt.c index 53092d35dbe..9f934629330 100644 --- a/xlators/mgmt/glusterd/src/glusterd-proc-mgmt.c +++ b/xlators/mgmt/glusterd/src/glusterd-proc-mgmt.c @@ -83,8 +83,8 @@ glusterd_proc_stop (glusterd_proc_t *proc, int sig, int flags) proc->name); goto out; } - gf_msg_debug (this->name, 0, "Stopping %s daemon running in pid: " - "%d", proc->name, pid); + gf_msg (this->name, GF_LOG_INFO, 0, GD_MSG_SVC_STOP_SUCCESS, + "Stopping %s daemon running in pid: " "%d", proc->name, pid); ret = kill (pid, sig); if (ret) { |