From 3adaf8788b65a84ec4266c6621d30679a95f546d Mon Sep 17 00:00:00 2001 From: ultramage Date: Sun, 6 Jan 2008 14:19:26 +0000 Subject: Modified showmsg code to not attach a timestamp to MSG_NONE-type messages, generated by ShowMessage(). It now works exactly like printf(). Removed/replaced all printf calls in the code. Added a new flag to setting 'console_silent', for filtering debug messages. Silenced the "Broken pipe found" and "Server running in debug mode" messages. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12020 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/char/int_storage.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/char/int_storage.c') diff --git a/src/char/int_storage.c b/src/char/int_storage.c index cba4a28a9..4aefd231b 100644 --- a/src/char/int_storage.c +++ b/src/char/int_storage.c @@ -286,7 +286,6 @@ int inter_storage_save() } storage_db->foreach(storage_db,inter_storage_save_sub,fp); lock_fclose(fp,storage_txt,&lock); -// printf("int_storage: %s saved.\n",storage_txt); return 0; } @@ -314,7 +313,6 @@ int inter_guild_storage_save() } guild_storage_db->foreach(guild_storage_db,inter_guild_storage_save_sub,fp); lock_fclose(fp,guild_storage_txt,&lock); -// printf("int_storage: %s saved.\n",guild_storage_txt); return 0; } -- cgit v1.2.3-60-g2f50