Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/gameconnection.cc')
-rw-r--r--src/core/gameconnection.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/gameconnection.cc b/src/core/gameconnection.cc
index a62fb4f..ddf4610 100644
--- a/src/core/gameconnection.cc
+++ b/src/core/gameconnection.cc
@@ -73,6 +73,8 @@ GameConnection::GameConnection(std::string const &connectionstr)
ofs.close();
}
+ con_print << "Using client key " << localplayer()->guid().str() << std::endl;
+
// split hostname into host and port
unsigned int port = DEFAULTPORT;
std::string host(connectionstr);