From: Leon de Rooij Date: Tue, 28 Apr 2009 08:43:20 +0000 (+0200) Subject: freeswitch plugin: Removed some more unnecessary cruft X-Git-Url: https://git.octo.it/?p=collectd.git;a=commitdiff_plain;h=ef6fcff0fb26080dbaf6d91bb87e5fbf3b590850 freeswitch plugin: Removed some more unnecessary cruft --- diff --git a/src/freeswitch.c b/src/freeswitch.c index c5277e45..b483ad3c 100644 --- a/src/freeswitch.c +++ b/src/freeswitch.c @@ -69,7 +69,7 @@ struct fs_command_s char *line; // "api sofia status profile res-public" char *instance; // "profile-sofia-res-public" char *buffer; // - size_t buffer_size; // sizeof(*buffer) + size_t buffer_size; // strlen(*buffer)+3 size_t buffer_fill; // 0 or 1 fs_match_t *matches; fs_command_t *next; @@ -445,10 +445,6 @@ static int fs_read_command (fs_command_t *fc) { cu_match_value_t *mv; -printf("BUFFER SIZE = %lu\n", fc->buffer_size); - -printf("### Trying match\n"); - status = match_apply (fm->match, fc->buffer); if (status != 0) {