1
0
mirror of https://github.com/tmate-io/tmate-ssh-server.git synced 2020-11-18 19:53:51 -08:00
This commit is contained in:
Nicolas Viennot 2013-06-15 01:39:20 -04:00
parent f1160be564
commit 1bc25383ce

View File

@ -72,7 +72,7 @@ static void mate_notify_message(struct client *c, int join)
tmate_notify("%s mate has %s the session (%s)%s", tmate_notify("%s mate has %s the session (%s)%s",
multi_client ? "A" : "Your", multi_client ? "A" : "Your",
join ? "join" : "left", join ? "joined" : "left",
c->ip_address, c->ip_address,
multi_client ? buf : ""); multi_client ? buf : "");
} }