aboutsummaryrefslogtreecommitdiff
path: root/tcl_typemap.c
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2011-11-12 05:17:18 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2011-11-12 05:17:18 +0000
commit8dd16881e82ee2b655049367968ebd8d28d1d9cc (patch)
tree7e3bda91b2f107e0e18a9df18c616379e995a0f0 /tcl_typemap.c
parent325f274af92e1fbce0d1a54feb1ccae63afaa5ae (diff)
use the new log levels for clearer logging
svn path=/trunk/externals/loaders/tclpd/; revision=15729
Diffstat (limited to 'tcl_typemap.c')
-rw-r--r--tcl_typemap.c2
1 files changed, 1 insertions, 1 deletions
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 "???";
}
}