diff options
author | Thomas White <taw@physics.org> | 2024-11-14 14:27:36 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2024-11-14 14:30:34 +0100 |
commit | b8b8ee6c6397fcaf403651dd1ffe8449a7ffd963 (patch) | |
tree | de160d713c62ff23a668db7b7d81d05d76f85185 /src/detector.c | |
parent | 93e80b3f17c7a7ef226a92ae176b8eea7bbe5c79 (diff) |
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