diff options
Diffstat (limited to 'src/client/Client.cpp')
| -rw-r--r-- | src/client/Client.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/Client.cpp b/src/client/Client.cpp index b508d9f..2a091aa 100644 --- a/src/client/Client.cpp +++ b/src/client/Client.cpp @@ -1338,7 +1338,7 @@ LoginStatus Client::Login(std::string username, std::string password, User & use } catch (json::Exception &e) { - lastError = "Server responded with crap"; + lastError = "Could not read response"; return LoginError; } } |
