All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-trivial] [PATCH] qemu-img: Fixed grammatical error in dump_human_image_check
@ 2017-12-02 22:37 ` Shravan Rajinikanth
  0 siblings, 0 replies; 14+ messages in thread
From: Shravan Rajinikanth @ 2017-12-02 22:37 UTC (permalink / raw)
  To: qemu-devel; +Cc: Shravan Rajinikanth, qemu-trivial

Signed-off-by: Shravan Rajinikanth <shravan2x@utexas.edu>
---
 qemu-img.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/qemu-img.c b/qemu-img.c
index 68b375f..bea9268 100644
--- a/qemu-img.c
+++ b/qemu-img.c
@@ -580,7 +580,7 @@ static void dump_human_image_check(ImageCheck *check, bool quiet)
         if (check->leaks) {
             qprintf(quiet,
                     "\n%" PRId64 " leaked clusters were found on the image.\n"
-                    "This means waste of disk space, but no harm to data.\n",
+                    "This means disk space is wasted, but data is safe.\n",
                     check->leaks);
         }
 
-- 
2.7.4



^ permalink raw reply related	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2018-02-02 16:08 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-12-02 22:37 [Qemu-trivial] [PATCH] qemu-img: Fixed grammatical error in dump_human_image_check Shravan Rajinikanth
2017-12-02 22:37 ` [Qemu-devel] " Shravan Rajinikanth
2017-12-04 15:44 ` [Qemu-trivial] " Fam Zheng
2017-12-04 15:44   ` Fam Zheng
2017-12-04 15:51 ` [Qemu-trivial] " Max Reitz
2017-12-04 15:51   ` Max Reitz
2017-12-04 15:57   ` [Qemu-trivial] " Peter Maydell
2017-12-04 15:57     ` Peter Maydell
2017-12-04 20:44     ` [Qemu-trivial] " Shravan Rajinikanth
2017-12-04 20:44       ` Shravan Rajinikanth
2018-02-02 13:37 ` [Qemu-trivial] " Max Reitz
2018-02-02 13:37   ` Max Reitz
2018-02-02 15:36   ` [Qemu-trivial] " Max Reitz
2018-02-02 15:36     ` Max Reitz

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.