From a10e65fdc82e4073909354e760c95080a407d25e Mon Sep 17 00:00:00 2001 From: shennetsind Date: Tue, 20 Nov 2012 13:24:15 +0000 Subject: Console clean up, dropped quite a few pointless messages and modified others to only be displayed when relevant (e.g. you dont need to know you have only 1 subnetwork) Improved the debugging of scripts when an amount greater than supported of arguments is used. Follow up r16935 -- commit missed the script.c part of it. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16936 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/common/random.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/common') diff --git a/src/common/random.c b/src/common/random.c index 367d26cfe..5c048c7eb 100644 --- a/src/common/random.c +++ b/src/common/random.c @@ -30,7 +30,6 @@ void rnd_init(void) seed += (uint32)gettid(); #endif // HAVE_GETTID #endif - ShowInfo("Initializing random number generator.\n"); init_genrand(seed); } -- cgit v1.2.3-60-g2f50