Skip to content

Commit ed584dd

Browse files
author
Gregg Reynolds
committed
fix logging config
Signed-off-by: Gregg Reynolds <reynolds-gregg@norc.org>
1 parent 3f4c69d commit ed584dd

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

site_scons/setup/targets.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -377,8 +377,7 @@ def host_features(env) :
377377
try:
378378
log = env.get('LOGGING') # not an env var
379379
if log == 1:
380-
env.AppendUnique(CPPDEFINES = ['LOGGING'])
381-
env.AppendUnique(TB_LOG = 1) # ??
380+
env.AppendUnique(CPPDEFINES = ['LOGGING', 'TB_LOG'])
382381
except KeyError:
383382
pass
384383

0 commit comments

Comments
 (0)