diff options
Diffstat (limited to '')
-rw-r--r-- | src/Protocol/Authenticator.cpp | 2 | ||||
-rw-r--r-- | src/Protocol/MojangAPI.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/Protocol/Authenticator.cpp b/src/Protocol/Authenticator.cpp index e23691edc..8b536d4e1 100644 --- a/src/Protocol/Authenticator.cpp +++ b/src/Protocol/Authenticator.cpp @@ -26,7 +26,7 @@ cAuthenticator::cAuthenticator(void) : - Super("cAuthenticator"), + Super("Authenticator"), m_Server(DEFAULT_AUTH_SERVER), m_Address(DEFAULT_AUTH_ADDRESS), m_ShouldAuthenticate(true) diff --git a/src/Protocol/MojangAPI.cpp b/src/Protocol/MojangAPI.cpp index 8a3868ecc..244052a36 100644 --- a/src/Protocol/MojangAPI.cpp +++ b/src/Protocol/MojangAPI.cpp @@ -237,7 +237,7 @@ class cMojangAPI::cUpdateThread: public: cUpdateThread(cMojangAPI & a_MojangAPI): - Super("cMojangAPI::cUpdateThread"), + Super("MojangAPI Updater"), m_MojangAPI(a_MojangAPI) { } |