X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=client.c;h=7934661cae1ec73e32491262fcdec854c48b9014;hp=1b4d3d7efdc92f3d8b895b2409befeca13a37124;hb=c58390119ccf711ab66e53aff6aa31507c509900;hpb=efa72f25ae594fd1d7f8f1b207f95143a917d8f2 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 */