summaryrefslogtreecommitdiffstats
path: root/daemon/grub.c
diff options
context:
space:
mode:
Diffstat (limited to 'daemon/grub.c')
-rw-r--r--daemon/grub.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/daemon/grub.c b/daemon/grub.c
index 657abbba..579cc6b1 100644
--- a/daemon/grub.c
+++ b/daemon/grub.c
@@ -41,7 +41,7 @@ do_grub_install (const char *root, const char *device)
free (buf);
if (r == -1) {
- reply_with_error ("grub-install: %s", err);
+ reply_with_error ("%s", err);
free (err);
return -1;
}