From 9a7e10b9ea0548c8446b45b554fab92db25a0cc6 Mon Sep 17 00:00:00 2001 From: Jens Axboe Date: Wed, 5 Oct 2011 11:55:08 +0200 Subject: [PATCH] client: prefix server text messages with Signed-off-by: Jens Axboe --- client.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client.c b/client.c index 01f64086..fd51654a 100644 --- a/client.c +++ b/client.c @@ -494,7 +494,7 @@ static int handle_client(struct fio_client *client, int one) int fio_unused ret; if (!client->skip_newline) - fprintf(f_out, "Client <%s>: ", client->hostname); + fprintf(f_out, "<%s> ", client->hostname); ret = fwrite(buf, cmd->pdu_len, 1, f_out); fflush(f_out); client->skip_newline = strchr(buf, '\n') == NULL; -- 2.25.1