aboutsummaryrefslogtreecommitdiff
path: root/src/detector.c
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2024-11-14 14:27:36 +0100
committerThomas White <taw@physics.org>2024-11-14 14:30:34 +0100
commitb8b8ee6c6397fcaf403651dd1ffe8449a7ffd963 (patch)
treede160d713c62ff23a668db7b7d81d05d76f85185 /src/detector.c
parent93e80b3f17c7a7ef226a92ae176b8eea7bbe5c79 (diff)
indexamajig: Avoid duplicate indexer infoHEADmaster
A consequence of fork-exec is that each worker process prints the indexer info at startup. We often have >100 processes, so that's a lot of spam. With this commit, the indexer info is printed by a separate routine which has to be called explicitly by the top level. Indexamajig only does this for worker 0. If worker 0 gets re-spawned, we'll see the message again. That seems to be an acceptable trade-off. The indexer info now won't get printed by the GUI, unless we go back and add the call to print_indexing_info.
Diffstat (limited to 'src/detector.c')
0 files changed, 0 insertions, 0 deletions