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" : ""); }