Skip to content

Commit

Permalink
Merge pull request #20 from yuusuke/devel
Browse files Browse the repository at this point in the history
Refactor the output debug log.
  • Loading branch information
yuusuke committed May 8, 2015
2 parents a462ab7 + 7be303c commit 842fe04
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pm_logconv.py
Expand Up @@ -1334,8 +1334,8 @@ def do_ptn_matching(self, logline):

# Call specified function.
try:
pm_log.debug("do_ptn_matching(): execute %s()." %
(lconvfrm.func))
pm_log.debug("do_ptn_matching(): execute %s() for logline [%s]." %
(lconvfrm.func, logline))
ret = getattr(self.funcs, lconvfrm.func)(\
outputobj, logelm, lconvfrm)
except Exception, strerror:
Expand Down

0 comments on commit 842fe04

Please sign in to comment.