Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

        return _log_match(syslog=0)


        if syslog_return:

          _log_match(syslog=0)

        else:

          return syslog_return

      else:

         _msg= "Log file to check not set"

...