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/char_sql/inter.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/char_sql/inter.c') diff --git a/src/char_sql/inter.c b/src/char_sql/inter.c index 38fd1f289..d7e13c7c2 100644 --- a/src/char_sql/inter.c +++ b/src/char_sql/inter.c @@ -309,6 +309,7 @@ int inter_log(char *fmt,...) */ int inter_sql_ping(int tid, unsigned int tick, int id, int data) { + ShowInfo("Pinging SQL server to keep connection alive...\n"); mysql_ping(&mysql_handle); if(char_gm_read) mysql_ping(&lmysql_handle); -- cgit v1.2.3-60-g2f50