mirror of
https://gitlab.com/shorewall/code.git
synced 2024-12-18 04:11:22 +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;
|
||||
|
||||
trace( $chainref, '!O', undef, '' ) if $debug;
|
||||
trace( $chainref, "O${flags}", undef, '' ) if $debug;
|
||||
|
||||
$chainref;
|
||||
}
|
||||
@ -2135,7 +2135,7 @@ sub set_optflags( $$ ) {
|
||||
|
||||
$chainref->{optflags} |= $flags;
|
||||
|
||||
trace( $chainref, '!O', undef, '' ) if $debug;
|
||||
trace( $chainref, "!O${flags}", undef, '' ) if $debug;
|
||||
|
||||
$chainref;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user