summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/ivy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ivy.c b/src/ivy.c
index e63e011..33656de 100644
--- a/src/ivy.c
+++ b/src/ivy.c
@@ -217,7 +217,7 @@ MsgCall (const char *message, MsgSndPtr msg, Client client)
// pour eviter la latence ( PB de perfo detecte par ivyperf ping roudtrip )
offset += make_message_var( &buffer, &size, offset, "%d %d%c",Msg, msg->id, ARG_START);
#ifdef DEBUG
- printf( "Send matching args count %ld\n",msg->regexp.re_nsub);
+ printf( "Send matching args count %ld\n",rc-1);
#endif
index=1;
while ( index<rc ) {