From aad26ed98588d589c4ac36862cccf241304c60f9 Mon Sep 17 00:00:00 2001 From: Con Kolivas Date: Mon, 27 Nov 2017 14:44:59 +1100 Subject: [PATCH] Add missing space --- src/stratifier.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/stratifier.c b/src/stratifier.c index 9cd98fac..2e91dda7 100644 --- a/src/stratifier.c +++ b/src/stratifier.c @@ -3249,7 +3249,7 @@ static void __drop_client(sdata_t *sdata, stratum_instance_t *client, bool lazil * these only can be LOGNOTICE messages. */ if (!user->throttled) { - ASPRINTF(msg, "Dropped client %s %suser %s worker %s %s", + ASPRINTF(msg, "Dropped client %s %s user %s worker %s %s", client->identity, client->address, user->username, client->workername, lazily ? "lazily" : ""); }