summaryrefslogtreecommitdiff
path: root/tools/virsh-pool.c
diff options
context:
space:
mode:
authorYuri Chornoivan <yurchor@ukr.net>2016-08-02 09:04:39 +0200
committerDaniel Veillard <veillard@redhat.com>2016-08-02 12:36:21 +0200
commitb277a612c03a3f92b51d15267828a64c51bb01e0 (patch)
tree0d1ccb1f839ce30006b1218b19782818c1d2eb86 /tools/virsh-pool.c
parent1fa8fd1a9b23ed57f1d5a7690b38524ed6e09703 (diff)
downloadlibvirt-b277a612c03a3f92b51d15267828a64c51bb01e0.tar.gz
Fix unbalanced quotation marks
Diffstat (limited to 'tools/virsh-pool.c')
-rw-r--r--tools/virsh-pool.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/virsh-pool.c b/tools/virsh-pool.c
index 60453310df..448927249e 100644
--- a/tools/virsh-pool.c
+++ b/tools/virsh-pool.c
@@ -1973,7 +1973,7 @@ vshEventGenericPrint(virConnectPtr conn ATTRIBUTE_UNUSED,
if (virTimeStringNowRaw(timestamp) < 0)
timestamp[0] = '\0';
- vshPrint(data->ctl, _("%s: event '%s'' for storage pool %s\n"),
+ vshPrint(data->ctl, _("%s: event '%s' for storage pool %s\n"),
timestamp,
data->cb->name,
virStoragePoolGetName(pool));