server: include name of verify file requested for error message
authorJens Axboe <axboe@fb.com>
Thu, 7 Jan 2016 18:07:51 +0000 (11:07 -0700)
committerJens Axboe <axboe@fb.com>
Thu, 7 Jan 2016 18:07:51 +0000 (11:07 -0700)
Signed-off-by: Jens Axboe <axboe@fb.com>
server.c

index a71562bb6eec77ff0cc50bf87ea23b475bef3ae6..dfcc9f3879596da8fbc7cb38f57cb48234357a3f 100644 (file)
--- 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);