Changed regex prequel

Use standard prefix macro instead of literal daemon name.
pull/1232/head
Simon Brown 2015-10-27 21:30:20 -07:00
parent 3dd1c305ce
commit 4b4d5a95b7
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ _daemon = screensharingd
# (?:::f{4,6}:)?(?P<host>[\w\-.^_]+) # (?:::f{4,6}:)?(?P<host>[\w\-.^_]+)
# Values: TEXT # Values: TEXT
# #
failregex = ^.+ screensharingd.+: Authentication: FAILED :: User Name: .+ :: Viewer Address: <HOST> :: Type: DH$ failregex = ^%(__prefix_line)sAuthentication: Authentication: FAILED :: User Name: .+ :: Viewer Address: <HOST> :: Type: DH$
# Option: ignoreregex # Option: ignoreregex
# Notes.: regex to ignore. If this regex matches, the line is ignored. # Notes.: regex to ignore. If this regex matches, the line is ignored.