summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--cli/src/cli-rpc-ops.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/src/cli-rpc-ops.c b/cli/src/cli-rpc-ops.c
index fe08a3b95..c625cc955 100644
--- a/cli/src/cli-rpc-ops.c
+++ b/cli/src/cli-rpc-ops.c
@@ -7561,7 +7561,7 @@ list_snap_of_volume (dict_t *dict_n, char *prefix_str) {
}
ret = dict_get_str (dict_n, buffer, &get_buffer);
if (ret == 0) {
- cli_out (get_buffer);
+ cli_out ("%s",get_buffer);
ret = 0;
goto out;
}