diff --git a/data_queries.php b/data_queries.php index 13f5593f56..25f9352594 100644 --- a/data_queries.php +++ b/data_queries.php @@ -422,11 +422,11 @@ function data_query_sv_check_sequences($type, $snmp_query_graph_id, $field_name) // report any bad or duplicate sequencs to the log for reporting purposes if ($bad_seq > 0) { - cacti_log('WARN: Found ' . $bad_seq . " Bad Sequences in $talbe Table", false, 'WEBUI', POLLER_VERBOSITY_LOW); + cacti_log('WARN: Found ' . $bad_seq . " Bad Sequences in $talbe Table", false, 'WEBUI', POLLER_VERBOSITY_HIGH); } if ($dup_seq > 0) { - cacti_log('WARN: Found ' . $dup_seq . " Duplicated Sequences in $table Table", false, 'WEBUI', POLLER_VERBOSITY_LOW); + cacti_log('WARN: Found ' . $dup_seq . " Duplicated Sequences in $table Table", false, 'WEBUI', POLLER_VERBOSITY_HIGH); } if ($bad_seq > 0 || $dup_seq > 0) {