aboutsummaryrefslogtreecommitdiff
path: root/OSC.c
diff options
context:
space:
mode:
Diffstat (limited to 'OSC.c')
-rw-r--r--OSC.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/OSC.c b/OSC.c
index 2070427..f615e85 100644
--- a/OSC.c
+++ b/OSC.c
@@ -41,7 +41,6 @@ static t_class* OSC_class;
static void* OSC_new(t_symbol* s) {
t_OSC *x = (t_OSC *)pd_new(OSC_class);
- error("OSCx is deprecated! consider switching to mrpeach's osc & net objects");
return (x);
}
@@ -68,5 +67,5 @@ OSC_API void OSC_setup(void) {
post(" S : original code by matt wright, pd hakcs cxc, Win32-port raf@interaccess.com");
post(" C: ver: "VERSION ", compiled: "__DATE__ " -- adapted by piotr@majdak.com");
- error("OSCx is deprecated - ask IOhannes m zmoelnig why...");
+ logpost(NULL, 3, "OSCx is deprecated! consider switching to mrpeach's osc & net objects");
}