summaryrefslogtreecommitdiff
path: root/src/login/login.c
diff options
context:
space:
mode:
authorcelest <celest@54d463be-8e91-2dee-dedb-b68131a5f0ec>2005-03-09 06:09:11 +0000
committercelest <celest@54d463be-8e91-2dee-dedb-b68131a5f0ec>2005-03-09 06:09:11 +0000
commit7a225e1139fe4629be5493fcf87c3ba4d4a3c6a2 (patch)
treedd16feda6b2aca159e3bf0d5fdb1d83ba2e74671 /src/login/login.c
parent7409a0407e1ff25c8dc25d9c407d3c837f342af1 (diff)
downloadhercules-7a225e1139fe4629be5493fcf87c3ba4d4a3c6a2.tar.gz
hercules-7a225e1139fe4629be5493fcf87c3ba4d4a3c6a2.tar.bz2
hercules-7a225e1139fe4629be5493fcf87c3ba4d4a3c6a2.tar.xz
hercules-7a225e1139fe4629be5493fcf87c3ba4d4a3c6a2.zip
* Fixed a typo in TXT login server logging
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@1220 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/login/login.c')
-rw-r--r--src/login/login.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/login/login.c b/src/login/login.c
index 221913b5b..7df8704e6 100644
--- a/src/login/login.c
+++ b/src/login/login.c
@@ -602,8 +602,8 @@ int mmo_auth_init(void) {
printf("\033[1;31mmmo_auth_init: ******Error: account name already exists.\n");
printf(" account name '%s' -> new account not read.\n", userid); // 2 lines, account name can be long.
printf(" Account saved in log file.\033[0m\n");
- login_log("mmmo_auth_init: ******Error: an account has an identical id to another." RETCODE);
- login_log(" account id #%d -> new account not read (saved in next line):" RETCODE, account_id);
+ login_log("mmmo_auth_init: ******Error: an account has an identical name to another." RETCODE);
+ login_log(" account name '%s' -> new account not read (saved in next line):" RETCODE, userid);
login_log("%s", line);
break;
}