Commit 705cd38c authored by Konstantin Khlebnikov's avatar Konstantin Khlebnikov

ioping: print 'to' instead of 'from' for write requests

Signed-off-by: default avatarKonstantin Khlebnikov <koct9i@gmail.com>
parent 970fdf73
......@@ -1070,7 +1070,8 @@ skip_preparation:
if (!quiet) {
print_size(ret_size);
printf(" from %s (%s %s", path, fstype, device);
printf(" %s %s (%s %s", write_test ? "to" : "from",
path, fstype, device);
if (device_size)
print_size(device_size);
printf("): request=%d time=", request);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment