X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=qga%2Fcommands.c;h=0c7d1385c237f2b9e3ae534f8767eb63fd88e939;hb=HEAD;hp=ce172edd2d02dff6518a31a62b3a61a62900af45;hpb=d6f67b83b81bf49b5c62e77143ed39c020e51830;p=mirror_qemu.git diff --git a/qga/commands.c b/qga/commands.c index ce172edd2d..88c1c99fe5 100644 --- a/qga/commands.c +++ b/qga/commands.c @@ -154,7 +154,7 @@ GuestExecStatus *qmp_guest_exec_status(int64_t pid, Error **errp) gei = guest_exec_info_find(pid); if (gei == NULL) { - error_setg(errp, QERR_INVALID_PARAMETER, "pid"); + error_setg(errp, "PID " PRId64 " does not exist"); return NULL; }