X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=daemon%2Fdmesg.c;h=462787a6868c7fef48a8efee946adc06e838d79f;hp=2e58eb946dfc2bcf5df808bf83d1232d3bfe3250;hb=4d900cdac8258daa2e99c6ceb2a4985154e94150;hpb=8c60f5c681b5d7cf90bc798fcaf94cd4e242e27f diff --git a/daemon/dmesg.c b/daemon/dmesg.c index 2e58eb9..462787a 100644 --- a/daemon/dmesg.c +++ b/daemon/dmesg.c @@ -1,5 +1,5 @@ /* libguestfs - the guestfsd daemon - * Copyright (C) 2009 Red Hat Inc. + * Copyright (C) 2009 Red Hat Inc. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -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;