diff options
author | Jeff Darcy <jdarcy@redhat.com> | 2012-04-10 17:12:05 -0400 |
---|---|---|
committer | Anand Avati <avati@redhat.com> | 2012-04-10 14:37:29 -0700 |
commit | 7f5c1e5777d77570be0f9698de39d2f1905c509f (patch) | |
tree | 15310f83198e38519ce5483199f70e42266d9b26 /xlators/mgmt/glusterd/src/glusterd-volume-ops.c | |
parent | 4bb82b2c779bb984a980e371c3119254cf1cb0f8 (diff) |
Fix compiler warnings and typos from Debian build.
Mostly to do with "-Werror=format-security" being buggy, but while we're
here we might as well fix some typos and such. Credit goes to Patrick
Matthäi <pmatthaei@debian.org> for pointing these out.
Change-Id: Ia32d1111d7c10b1f213df85d86b17a1326248ffd
BUG: 811387
Signed-off-by: Jeff Darcy <jdarcy@redhat.com>
Reviewed-on: http://review.gluster.com/3117
Tested-by: Gluster Build System <jenkins@build.gluster.com>
Reviewed-by: Anand Avati <avati@redhat.com>
Diffstat (limited to 'xlators/mgmt/glusterd/src/glusterd-volume-ops.c')
-rw-r--r-- | xlators/mgmt/glusterd/src/glusterd-volume-ops.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xlators/mgmt/glusterd/src/glusterd-volume-ops.c b/xlators/mgmt/glusterd/src/glusterd-volume-ops.c index 0a076e721..b30c46318 100644 --- a/xlators/mgmt/glusterd/src/glusterd-volume-ops.c +++ b/xlators/mgmt/glusterd/src/glusterd-volume-ops.c @@ -579,7 +579,7 @@ glusterd_handle_cli_statedump_volume (rpcsvc_request_t *req) } - gf_log ("glusterd", GF_LOG_INFO, "Recieved statedump request for " + gf_log ("glusterd", GF_LOG_INFO, "Received statedump request for " "volume %s with options %s", volname, options); ret = glusterd_op_begin (req, GD_OP_STATEDUMP_VOLUME, dict); |