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 --- conf/login_athena.conf | 1 + 1 file changed, 1 insertion(+) (limited to 'conf/login_athena.conf') diff --git a/conf/login_athena.conf b/conf/login_athena.conf index 1c9fd0836..f7ecb22bd 100644 --- a/conf/login_athena.conf +++ b/conf/login_athena.conf @@ -31,6 +31,7 @@ stdout_with_ansisequence: no //4: Hide Notice Messages //8: Hide Warning Messages //16: Hide Error and SQL Error messages. +//32: Hide Debug Messages //Example: "console_silent: 7" Hides information, status and notice messages (1+2+4) console_silent: 0 -- cgit v1.2.3-70-g09d2