X-Git-Url: http://git.ipfire.org/?p=people%2Fstevee%2Fguardian.git;a=blobdiff_plain;f=guardian;h=7b4c23fae7b86c7e2d5b1ea7a726a23b03baf2f9;hp=691ddc66e1f0013add0fd5245f7864d70931d049;hb=0b1fe0462fe0e7837228129f6c1d89e64a5ab720;hpb=dd0483736d6d2f194908eff73f36f50de1dd0197 diff --git a/guardian b/guardian index 691ddc6..7b4c23f 100644 --- a/guardian +++ b/guardian @@ -259,12 +259,6 @@ sub Worker ($) { # Put the required action into the queue. $queue->enqueue(@action); } - # If no action is returned by the Parser, the message - # could not be parser corretly. - else { - # Log failed parse attempt. - $logger->Log("err", "Error parsing event: \[$parser - @message\]"); - } } else { # Sleep for 10ms until the next round of the loop will start. sleep(0.01);