aboutsummaryrefslogtreecommitdiff
path: root/dumpOSC.c
diff options
context:
space:
mode:
Diffstat (limited to 'dumpOSC.c')
-rw-r--r--dumpOSC.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/dumpOSC.c b/dumpOSC.c
index 8d7de18..6fc4da6 100644
--- a/dumpOSC.c
+++ b/dumpOSC.c
@@ -386,7 +386,7 @@ void dumpOSC_setup(void)
sizeof(t_dumpOSC), CLASS_NOINLET, A_GIMME, 0);
class_sethelpsymbol(dumpOSC_class, gensym("dumpOSC-help.pd"));
- error("[dumpOSC]: OSCx is deprecated! \n\tConsider switching to mrpeach's [unpackOSC] and [udpreceive]");
+ logpost(NULL, 3, "[dumpOSC]: OSCx is deprecated! \n\tConsider switching to mrpeach's [unpackOSC] and [udpreceive]");
}