diff options
author | Loic Blot <loic.blot@unix-experience.fr> | 2015-06-23 23:17:47 +0200 |
---|---|---|
committer | Loic Blot <loic.blot@unix-experience.fr> | 2015-06-23 23:17:47 +0200 |
commit | c6766b275f25368e78eeffc68719b0ca1979c819 (patch) | |
tree | 011c25a58f02fe24bb8aed531b9a1d6ba4a2d1fc | |
parent | 3a89e25fe04ede972b959dc9e64c2c3dde5a230a (diff) | |
download | minetest-c6766b275f25368e78eeffc68719b0ca1979c819.tar.gz minetest-c6766b275f25368e78eeffc68719b0ca1979c819.tar.bz2 minetest-c6766b275f25368e78eeffc68719b0ca1979c819.zip |
Typo fix on previous @est31 commit
-rw-r--r-- | src/network/clientpackethandler.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/network/clientpackethandler.cpp b/src/network/clientpackethandler.cpp index 35a9bf07a..c0acff985 100644 --- a/src/network/clientpackethandler.cpp +++ b/src/network/clientpackethandler.cpp @@ -55,7 +55,7 @@ void Client::handleCommand_Hello(NetworkPacket* pkt) // Chose an auth method we support AuthMechanism chosen_auth_mechanism = choseAuthMech(auth_mechs); - infostream << "Client: TOCLIENT_HELLO recieved with " + infostream << "Client: TOCLIENT_HELLO received with " << "serialization_ver=" << (u32)serialization_ver << ", auth_mechs=" << auth_mechs << ", proto_ver=" << proto_ver |