X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=daemon%2Fdmesg.c;h=462787a6868c7fef48a8efee946adc06e838d79f;hb=16da7589e91b0030fb5564553447f80b97c0b18c;hp=adc34268b1043d900676566a53e066889eacfbf2;hpb=a7b73d4a1e09f12b2002083618056f0c823c1dcf;p=libguestfs.git diff --git a/daemon/dmesg.c b/daemon/dmesg.c index adc3426..462787a 100644 --- a/daemon/dmesg.c +++ b/daemon/dmesg.c @@ -35,7 +35,7 @@ do_dmesg (void) r = command (&out, &err, "dmesg", NULL); if (r == -1) { - reply_with_error ("dmesg: %s", err); + reply_with_error ("%s", err); free (out); free (err); return NULL;