diff options
author | Mattes D <github@xoft.cz> | 2013-10-01 11:40:13 +0200 |
---|---|---|
committer | Mattes D <github@xoft.cz> | 2013-10-01 11:40:13 +0200 |
commit | ba8152608f1ce93ec3baf0a9f284448dfa9f5d69 (patch) | |
tree | 327fb6d1a087c913b757ba01ab5d6720c220f2f9 /source/Server.cpp | |
parent | Merge pull request #199 from tigerw/moar-bugfixes (diff) | |
parent | Removed unneeded statement (diff) | |
download | cuberite-ba8152608f1ce93ec3baf0a9f284448dfa9f5d69.tar cuberite-ba8152608f1ce93ec3baf0a9f284448dfa9f5d69.tar.gz cuberite-ba8152608f1ce93ec3baf0a9f284448dfa9f5d69.tar.bz2 cuberite-ba8152608f1ce93ec3baf0a9f284448dfa9f5d69.tar.lz cuberite-ba8152608f1ce93ec3baf0a9f284448dfa9f5d69.tar.xz cuberite-ba8152608f1ce93ec3baf0a9f284448dfa9f5d69.tar.zst cuberite-ba8152608f1ce93ec3baf0a9f284448dfa9f5d69.zip |
Diffstat (limited to 'source/Server.cpp')
-rw-r--r-- | source/Server.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/source/Server.cpp b/source/Server.cpp index e73580e79..879bfae5a 100644 --- a/source/Server.cpp +++ b/source/Server.cpp @@ -206,7 +206,6 @@ bool cServer::InitServer(cIniFile & a_SettingsIni) return false; } - LOG("Starting up server."); LOGINFO("Compatible clients: %s", MCS_CLIENT_VERSIONS); LOGINFO("Compatible protocol versions %s", MCS_PROTOCOL_VERSIONS); @@ -292,7 +291,7 @@ void cServer::PrepareKeys(void) // TODO: Save and load key for persistence across sessions // But generating the key takes only a moment, do we even need that? - LOG("Generating protocol encryption keypair..."); + LOGD("Generating protocol encryption keypair..."); time_t CurTime = time(NULL); CryptoPP::RandomPool rng; |