[Libguestfs] [PATCH 08/14] hivexsh: del command: Fix error message.

Richard Jones rjones at redhat.com
Fri Feb 5 13:07:01 UTC 2010


---
 hivex/hivexsh.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/hivex/hivexsh.c b/hivex/hivexsh.c
index 1bd3b8b..d5d9ada 100644
--- a/hivex/hivexsh.c
+++ b/hivex/hivexsh.c
@@ -1069,7 +1069,7 @@ cmd_del (char *args)
   hive_node_h new_cwd = hivex_node_parent (h, cwd);
 
   if (hivex_node_delete_child (h, cwd) == -1) {
-    perror ("del");
+    perror ("hivexsh: del");
     return -1;
   }
 
-- 
1.6.5.2




More information about the Libguestfs mailing list