diff options
author | Kotresh HR <khiremat@redhat.com> | 2016-08-29 12:40:48 +0530 |
---|---|---|
committer | Atin Mukherjee <amukherj@redhat.com> | 2016-08-29 06:01:22 -0700 |
commit | 58997a904f2a106d6f2d7629e01f8f69e9918ba7 (patch) | |
tree | 835baa598ad145324cfe34d242726e8b32c3c6a0 /xlators | |
parent | ff7eb311877f52a8fc543084317a537d42f496ee (diff) |
glusterd: Fix msgid in mountbroker logs
Fix declared but not used msgid in mountbroker
logs.
Change-Id: I68d331f2741726624f647a8bc437e1ebcddd038f
Signed-off-by: Kotresh HR <khiremat@redhat.com>
BUG: 1346138
Reviewed-on: http://review.gluster.org/15333
Reviewed-by: Atin Mukherjee <amukherj@redhat.com>
NetBSD-regression: NetBSD Build System <jenkins@build.gluster.org>
CentOS-regression: Gluster Build System <jenkins@build.gluster.org>
Smoke: Gluster Build System <jenkins@build.gluster.org>
Diffstat (limited to 'xlators')
-rw-r--r-- | xlators/mgmt/glusterd/src/glusterd-mountbroker.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xlators/mgmt/glusterd/src/glusterd-mountbroker.c b/xlators/mgmt/glusterd/src/glusterd-mountbroker.c index f992adcfd6d..b7db3bdf059 100644 --- a/xlators/mgmt/glusterd/src/glusterd-mountbroker.c +++ b/xlators/mgmt/glusterd/src/glusterd-mountbroker.c @@ -553,7 +553,7 @@ glusterd_do_mount (char *label, dict_t *argdict, char **path, int *op_errno) if (!*label) { *op_errno = EINVAL; gf_msg (this->name, GF_LOG_ERROR, *op_errno, - GD_MSG_MNTBROKER_LABEL_MISS, + GD_MSG_MNTBROKER_LABEL_NULL, "label is NULL (%s)", strerror (*op_errno)); goto out; |