diff -r f97876234365 src/fbsflow.c --- a/src/fbsflow.c Tue Mar 10 15:23:43 2015 -0400 +++ b/src/fbsflow.c Tue Mar 24 14:11:54 2015 -0400 @@ -1581,12 +1581,14 @@ } if (msgParsed) { - g_set_error(err, FB_ERROR_DOMAIN, FB_ERROR_SFLOW, +#ifndef FB_SUPPRESS_LOGS + g_log(G_LOG_DOMAIN, G_LOG_LEVEL_WARNING, "sFlow Record Length Mismatch: (buffer has " "%zu, leftover %zu)", *bufLen, msgParsed); - currentSession->sflowSeqNum++; +#endif + /* currentSession->sflowSeqNum++; pthread_mutex_unlock(&transState->ts_lock); - return FALSE; + return FALSE;*/ } /* increment the sequence number for the netflow side */