Skip to content

Commit

Permalink
logging - squidExtLogFormat : typo (#5580)
Browse files Browse the repository at this point in the history
  • Loading branch information
kulikov-a authored Feb 16, 2022
1 parent 481c6f9 commit 542dbbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/opnsense/scripts/systemhealth/logformats/squid.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ def process_name(self):
def line(self):
tmp = re.match(squid_ext_timeformat, self._line)
grp = tmp.group(1)
return line.replace(grp, '')
return self._line.replace(grp, '')


class SquidJsonLogFormat(NewBaseLogFormat):
Expand Down

0 comments on commit 542dbbb

Please sign in to comment.