From 8dd16881e82ee2b655049367968ebd8d28d1d9cc Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Sat, 12 Nov 2011 05:17:18 +0000 Subject: use the new log levels for clearer logging svn path=/trunk/externals/loaders/tclpd/; revision=15729 --- tcl_typemap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tcl_typemap.c') diff --git a/tcl_typemap.c b/tcl_typemap.c index 3671025..486f015 100644 --- a/tcl_typemap.c +++ b/tcl_typemap.c @@ -49,7 +49,7 @@ const char* pdatom_type_string(t_atom* a) { case A_POINTER: return "pointer"; default: - post("atom_type_string: unsupported/unknown selector: %d", a->a_type); + error("atom_type_string: unsupported/unknown selector: %d", a->a_type); return "???"; } } -- cgit v1.2.1