mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
disable printing value of SKEIN_LOOP during standard out,
not useful information
This commit is contained in:
parent
4f4eb606dd
commit
fabb4256f6
1 changed files with 1 additions and 1 deletions
|
|
@ -27,7 +27,7 @@ _SKEIN_LOOP = 2 #default is fully unrolled for 256/5
|
|||
.else
|
||||
_SKEIN_LOOP = SKEIN_LOOP
|
||||
.irp _NN_,%_SKEIN_LOOP #only display loop unrolling if default changed on command line
|
||||
.print "+++ SKEIN_LOOP = \_NN_"
|
||||
#.print "+++ SKEIN_LOOP = \_NN_"
|
||||
.endr
|
||||
.endif
|
||||
# the unroll counts (0 --> fully unrolled)
|
||||
|
|
|
|||
Loading…
Reference in a new issue