From 1a240133d1968564e84af8e8f62bc8b34ce9e337 Mon Sep 17 00:00:00 2001 From: toms Date: Fri, 1 Sep 2006 23:26:08 +0000 Subject: The "delete_timer error/no such timer" report will now print the related function git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8586 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/common/timer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/common/timer.c') diff --git a/src/common/timer.c b/src/common/timer.c index 1e9ff25aa..d8f863059 100644 --- a/src/common/timer.c +++ b/src/common/timer.c @@ -263,7 +263,7 @@ int add_timer_interval(unsigned int tick, int (*func)(int,unsigned int,int,int), int delete_timer(int id, int (*func)(int,unsigned int,int,int)) { if (id <= 0 || id >= timer_data_num) { - ShowError("delete_timer error : no such timer %d\n", id); + ShowError("delete_timer error : no such timer %d (%08x(%s))\n", id, (int)func, search_timer_func_list(func)); return -1; } if (timer_data[id].func != func) { -- cgit v1.2.3-60-g2f50