X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=daemon%2Fdmesg.c;h=5e98a1824798080768eac48f9cbc91342db891a8;hb=34c0542189a443e57f2b09886f31b5bdad404bbf;hp=2e58eb946dfc2bcf5df808bf83d1232d3bfe3250;hpb=8c60f5c681b5d7cf90bc798fcaf94cd4e242e27f;p=libguestfs.git diff --git a/daemon/dmesg.c b/daemon/dmesg.c index 2e58eb9..5e98a18 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 @@ -13,7 +13,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ #include @@ -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;