Commit 216bf5ff authored by Vitaly Lipatov's avatar Vitaly Lipatov

disable annoying message

parent 8b43c2ed
...@@ -29,8 +29,9 @@ check_locking() ...@@ -29,8 +29,9 @@ check_locking()
if kill -0 -- "$pid" 2>/dev/null; then if kill -0 -- "$pid" 2>/dev/null; then
warning "hasher dir $HASHERDIR is already locked by pid $pid" warning "hasher dir $HASHERDIR is already locked by pid $pid"
ps hp "$pid" >&2 ps hp "$pid" >&2
else # disable due always reported
warning "hasher dir $HASHERDIR is locked by stale pid $pid" #else
# warning "hasher dir $HASHERDIR is locked by stale pid $pid"
fi fi
fi fi
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment