X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=daemon%2Fdmesg.c;h=5e98a1824798080768eac48f9cbc91342db891a8;hb=eb7ec6170eca278fb910e18ca1f7ca81c6b507c0;hp=adc34268b1043d900676566a53e066889eacfbf2;hpb=a7b73d4a1e09f12b2002083618056f0c823c1dcf;p=libguestfs.git diff --git a/daemon/dmesg.c b/daemon/dmesg.c index adc3426..5e98a18 100644 --- a/daemon/dmesg.c +++ b/daemon/dmesg.c @@ -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;