X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=client.c;h=7934661cae1ec73e32491262fcdec854c48b9014;hb=82d8de310b1847e3cbd9b4d3f7068cc9f03d533a;hp=1b4d3d7efdc92f3d8b895b2409befeca13a37124;hpb=af7f87cb59fb3fc29a7d9f56f03f7b42680a45f2;p=fio.git diff --git a/client.c b/client.c index 1b4d3d7e..7934661c 100644 --- a/client.c +++ b/client.c @@ -1322,7 +1322,7 @@ static int fio_client_handle_iolog(struct fio_client *client, log_pathname = malloc(10 + strlen((char *)pdu->name) + strlen(client->hostname)); if (!log_pathname) { - log_err("fio: memory allocation of unique pathname failed"); + log_err("fio: memory allocation of unique pathname failed\n"); return -1; } /* generate a unique pathname for the log file using hostname */