From 1abe8b013e2b12bebe47f401105ecbf2b46d29fa Mon Sep 17 00:00:00 2001 From: skotlex Date: Thu, 13 Apr 2006 18:10:08 +0000 Subject: - Added an Info message when pinging the SQL servers. - Changed line terminators back to *nix on map.c because otherwise it's impossible to run a diff between the stable and trunk versions of the file. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6043 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/login_sql/login.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/login_sql') diff --git a/src/login_sql/login.c b/src/login_sql/login.c index 1ed41ca27..d5819434d 100644 --- a/src/login_sql/login.c +++ b/src/login_sql/login.c @@ -359,6 +359,7 @@ int e_mail_check(char *email) { */ int login_sql_ping(int tid, unsigned int tick, int id, int data) { + ShowInfo("Pinging SQL server to keep connection alive...\n"); mysql_ping(&mysql_handle); return 0; } -- cgit v1.2.3-70-g09d2