X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=daemon%2Fblockdev.c;h=2c075ef83dd80bd7c69a7bedf506061ae34e1eed;hb=8c3b820c2b687345448e3d74a7101b07ff32688e;hp=094ad5e6fac8ec927ed5e420e92348d7092973be;hpb=e038597ebd1e43c83a8ddde21c4f1898eb7a9a98;p=libguestfs.git diff --git a/daemon/blockdev.c b/daemon/blockdev.c index 094ad5e..2c075ef 100644 --- a/daemon/blockdev.c +++ b/daemon/blockdev.c @@ -68,7 +68,7 @@ call_blockdev (const char *device, const char *switc, int extraarg, int prints) if (prints) { if (sscanf (out, "%" SCNi64, &rv) != 1) { - reply_with_error ("%s: expected output, but got nothing"); + reply_with_error ("%s: expected output, but got nothing", argv[0]); free (out); return -1; }