diff options
author | Sachin Pandit <spandit@redhat.com> | 2014-03-12 07:32:51 +0530 |
---|---|---|
committer | Rajesh Joseph <rjoseph@redhat.com> | 2014-03-13 03:06:54 -0700 |
commit | 4a07ef78e1854104e53418e632ad5d7f0e1ad15a (patch) | |
tree | d28e42a56819bfaa026d768a4deadfdce2b81000 /xlators | |
parent | 0e94e037ac8d7636288ac89d44f0f255e9e8777b (diff) |
snapshot : Output correction in snapshot info and create.
Change-Id: Ic468e2e64bdfc0f7d79453524a1b2ebc9b445906
BUG: 1075446
Signed-off-by: Sachin Pandit <spandit@redhat.com>
Reviewed-on: http://review.gluster.org/7225
Reviewed-by: Raghavendra Bhat <raghavendra@redhat.com>
Reviewed-by: Rajesh Joseph <rjoseph@redhat.com>
Tested-by: Rajesh Joseph <rjoseph@redhat.com>
Diffstat (limited to 'xlators')
-rw-r--r-- | xlators/mgmt/glusterd/src/glusterd-snapshot.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xlators/mgmt/glusterd/src/glusterd-snapshot.c b/xlators/mgmt/glusterd/src/glusterd-snapshot.c index 1bc382073..900b52860 100644 --- a/xlators/mgmt/glusterd/src/glusterd-snapshot.c +++ b/xlators/mgmt/glusterd/src/glusterd-snapshot.c @@ -579,7 +579,7 @@ glusterd_snapshot_create_prevalidate (dict_t *dict, char **op_errstr, if (glusterd_find_snap_by_name (snapname)) { ret = -1; - snprintf (err_str, sizeof (err_str), "Snap %s already exist", + snprintf (err_str, sizeof (err_str), "Snap %s already exists", snapname); goto out; } |