indexserver: only log if someone else is running (#395)
We inverted the condition around alreadyRunning. Luckily the only
side-effect was extra debug logs. I noticed this while testing with
debug logs on.
Test Plan: Run with debug logs and notice the already running messages
disappear. Add in a sleep for 2 minutes in indexing then check already
running messages pop up.
SRC_LOG_LEVEL=dbug go run ./cmd/zoekt-sourcegraph-indexserver \
-listen 127.0.0.1:6072 \
-index_concurrency 4 \
-sourcegraph_url ~/src \
-index /tmp/zoekt-test
plz-review-url: https://plz.review/review/6899