X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=daemon%2Fproto.c;h=0002d80ab917f10009b109361eb01279c4efc4dc;hb=f826ce4876135a8abb72383aa5a5681f045f5367;hp=1ad9d11192f592c6820b7d0adce53ce95c3d5380;hpb=ef3a6692412b234a46326d330943556977f7c988;p=libguestfs.git diff --git a/daemon/proto.c b/daemon/proto.c index 1ad9d11..0002d80 100644 --- a/daemon/proto.c +++ b/daemon/proto.c @@ -289,7 +289,7 @@ reply (xdrproc_t xdrp, char *ret) * we want to return an error message instead. (RHBZ#509597). */ if (!(*xdrp) (&xdr, ret)) { - reply_with_perror ("guestfsd: failed to encode reply body\n"); + reply_with_error ("guestfsd: failed to encode reply body\n(maybe the reply exceeds the maximum message size in the protocol?)"); xdr_destroy (&xdr); return; }