Add missing trailing \n in log_err/info()
[fio.git] / client.c
index 1b4d3d7efdc92f3d8b895b2409befeca13a37124..7934661cae1ec73e32491262fcdec854c48b9014 100644 (file)
--- 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 */