diff --git a/src/networking.c b/src/networking.c index 621570d5f..23bc97eec 100644 --- a/src/networking.c +++ b/src/networking.c @@ -1800,7 +1800,7 @@ sds catClientInfoString(sds s, client *client) { (unsigned long long) getClientOutputBufferMemoryUsage(client), events, client->lastcmd ? client->lastcmd->name : "NULL", - client->user ? client->user->name : ""); + client->user ? client->user->name : "(superuser)"); } sds getAllClientsInfoString(int type) {