X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=daemon%2Finitrd.c;h=addeb14468a2ed01f7dc9f89cf72b2164fd25c8e;hp=5e73d40b641cb8b20156644d7ed10d7f0a55169b;hb=87e49e7e87e570537f04e34178c9c6d2b876c16c;hpb=e4fbe3e2cd130fa0b1b21a105729cd6ef32aac38 diff --git a/daemon/initrd.c b/daemon/initrd.c index 5e73d40..addeb14 100644 --- a/daemon/initrd.c +++ b/daemon/initrd.c @@ -149,7 +149,7 @@ do_initrd_cat (const char *path, const char *filename, size_t *size_r) * be caught later when we try to serialize the message. */ if (*size_r >= GUESTFS_MESSAGE_MAX) { - reply_with_error ("initrd_cat: %s:%s: file is too large for the protocol", + reply_with_error ("%s:%s: file is too large for the protocol", path, filename); goto cleanup; }