mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
make: report :M or :N pattern in debug mode
MFC after: 12 days
This commit is contained in:
parent
d4d90f10bc
commit
09606b760a
1 changed files with 1 additions and 0 deletions
|
|
@ -1421,6 +1421,7 @@ modifier_M(VarParser *vp, const char value[], char endc)
|
|||
vp->ptr++;
|
||||
}
|
||||
*ptr = '\0';
|
||||
DEBUGF(VAR, ("Pattern :%s\n", patt));
|
||||
|
||||
if (modifier == 'M') {
|
||||
newValue = VarModify(value, VarMatch, patt);
|
||||
|
|
|
|||
Loading…
Reference in a new issue