aboutsummaryrefslogtreecommitdiff
path: root/udpsend.c
diff options
context:
space:
mode:
Diffstat (limited to 'udpsend.c')
-rw-r--r--udpsend.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/udpsend.c b/udpsend.c
index 6544071..f0aea66 100644
--- a/udpsend.c
+++ b/udpsend.c
@@ -109,7 +109,7 @@ static void udpsend_send(t_udpsend *x, t_symbol *s, int argc, t_atom *argv)
iemnet__sender_send(x->x_sender, chunk);
iemnet__chunk_destroy(chunk);
} else {
- error("[%s]: not connected");
+ error("[%s]: not connected", objName);
}
}