summaryrefslogtreecommitdiff
path: root/src/login/login.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/login/login.c')
-rw-r--r--src/login/login.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/login/login.c b/src/login/login.c
index 1c75a2469..156ab77e7 100644
--- a/src/login/login.c
+++ b/src/login/login.c
@@ -1399,7 +1399,7 @@ int parse_fromchar(int fd) {
session[fd]->eof = 1;
if(session[fd]->eof) {
if (id < MAX_SERVERS) {
- ShowWarning("Char-server '%s' has disconnected.\n", server[id].name);
+ ShowStatus("Char-server '%s' has disconnected.\n", server[id].name);
login_log("Char-server '%s' has disconnected (ip: %s)." RETCODE,
server[id].name, ip);
server_fd[id] = -1;