diff options
Diffstat (limited to 'src/login')
-rw-r--r-- | src/login/login.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/login/login.c b/src/login/login.c index b3726bad2..714eb178b 100644 --- a/src/login/login.c +++ b/src/login/login.c @@ -743,12 +743,12 @@ int mmo_auth_init(void) ShowStatus("mmo_auth_init: %d accounts read in %s,\n", auth_num, account_filename); if( GM_count == 0 ) - ShowStatus(" of which is no GM account, and "); + ShowStatus(" of which is no GM account, and \n"); else if( GM_count == 1 ) - ShowStatus(" of which is 1 GM account, and "); + ShowStatus(" of which is 1 GM account, and \n"); else - ShowStatus(" of which is %d GM accounts, and ", GM_count); + ShowStatus(" of which is %d GM accounts, and \n", GM_count); if( server_count == 0 ) ShowStatus(" no server account ('S').\n"); |