mirror of
https://github.com/isjerryxiao/pacroller.git
synced 2024-11-14 20:32:24 +08:00
print useful info on unnamed scriptlet
This commit is contained in:
parent
fdf3568825
commit
f44f86e124
1 changed files with 1 additions and 1 deletions
|
@ -246,7 +246,7 @@ def _log_parser(log: List[str], report: checkReport) -> None:
|
|||
pkg, *_ = _m.groups()
|
||||
break
|
||||
else:
|
||||
report.crit(f'[NOM-SCRIPTLET] {_pmsg}')
|
||||
report.crit(f'[NOM-SCRIPTLET] {msg} {_pmsg}')
|
||||
ln += 1
|
||||
action = 'unknown'
|
||||
continue
|
||||
|
|
Loading…
Reference in a new issue