X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=server.c;h=dfcc9f3879596da8fbc7cb38f57cb48234357a3f;hb=415c313375f52bdcf3517a7388f0a52f155d3d60;hp=a71562bb6eec77ff0cc50bf87ea23b475bef3ae6;hpb=ba1891d26c7b5de23564aa55bf7e1c273afe040f;p=fio.git diff --git a/server.c b/server.c index a71562bb..dfcc9f38 100644 --- a/server.c +++ b/server.c @@ -1823,8 +1823,8 @@ int fio_server_get_verify_state(const char *name, int threadnumber, } if (rep->error) { - log_err("fio: failure on receiving state file: %s\n", - strerror(rep->error)); + log_err("fio: failure on receiving state file %s: %s\n", + out.path, strerror(rep->error)); fail: *datap = NULL; sfree(rep);