summaryrefslogtreecommitdiffstats
path: root/daemon
diff options
context:
space:
mode:
authorRichard Jones <rjones@trick.home.annexia.org>2009-06-22 14:24:52 +0100
committerRichard Jones <rjones@trick.home.annexia.org>2009-06-22 14:24:52 +0100
commit3eab7260a5e36ce6da0dff39456eb9100a13222b (patch)
treec1b87f59ddf61054c7b45f51311e65ad51e9033f /daemon
parentca4a0c718083db4485edebe4d1b931090e098fa5 (diff)
downloadlibguestfs-3eab7260a5e36ce6da0dff39456eb9100a13222b.tar.gz
libguestfs-3eab7260a5e36ce6da0dff39456eb9100a13222b.tar.xz
libguestfs-3eab7260a5e36ce6da0dff39456eb9100a13222b.zip
Improve error message when appliance doesn't match library.
Diffstat (limited to 'daemon')
-rw-r--r--daemon/stubs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/daemon/stubs.c b/daemon/stubs.c
index 2a6035cf..af87a994 100644
--- a/daemon/stubs.c
+++ b/daemon/stubs.c
@@ -3197,7 +3197,7 @@ void dispatch_incoming_message (XDR *xdr_in)
glob_expand_stub (xdr_in);
break;
default:
- reply_with_error ("dispatch_incoming_message: unknown procedure number %d", proc_nr);
+ reply_with_error ("dispatch_incoming_message: unknown procedure number %d, set LIBGUESTFS_PATH to point to the matching libguestfs appliance directory", proc_nr);
}
}