mirror of
https://gitlab.com/shorewall/code.git
synced 2024-12-18 12:20:42 +01:00
More useful trace of enable/disable optimization
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
parent
f86476a43c
commit
00f7b9d0dd
@ -2123,7 +2123,7 @@ sub reset_optflags( $$ ) {
|
|||||||
|
|
||||||
$chainref->{optflags} ^= $flags;
|
$chainref->{optflags} ^= $flags;
|
||||||
|
|
||||||
trace( $chainref, '!O', undef, '' ) if $debug;
|
trace( $chainref, "O${flags}", undef, '' ) if $debug;
|
||||||
|
|
||||||
$chainref;
|
$chainref;
|
||||||
}
|
}
|
||||||
@ -2135,7 +2135,7 @@ sub set_optflags( $$ ) {
|
|||||||
|
|
||||||
$chainref->{optflags} |= $flags;
|
$chainref->{optflags} |= $flags;
|
||||||
|
|
||||||
trace( $chainref, '!O', undef, '' ) if $debug;
|
trace( $chainref, "!O${flags}", undef, '' ) if $debug;
|
||||||
|
|
||||||
$chainref;
|
$chainref;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user