diff options
author | Yuri Chornoivan <yurchor@ukr.net> | 2016-08-02 09:04:39 +0200 |
---|---|---|
committer | Daniel Veillard <veillard@redhat.com> | 2016-08-02 12:36:21 +0200 |
commit | b277a612c03a3f92b51d15267828a64c51bb01e0 (patch) | |
tree | 0d1ccb1f839ce30006b1218b19782818c1d2eb86 /tools/virsh-pool.c | |
parent | 1fa8fd1a9b23ed57f1d5a7690b38524ed6e09703 (diff) | |
download | libvirt-b277a612c03a3f92b51d15267828a64c51bb01e0.tar.gz |
Fix unbalanced quotation marks
Diffstat (limited to 'tools/virsh-pool.c')
-rw-r--r-- | tools/virsh-pool.c | 2 |
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)); |