]> git.itanic.dy.fi Git - rrdd/commit
debug: Print thread name on debug prints
authorTimo Kokkonen <timo.t.kokkonen@iki.fi>
Fri, 8 Jul 2016 19:17:09 +0000 (22:17 +0300)
committerTimo Kokkonen <timo.t.kokkonen@iki.fi>
Fri, 8 Jul 2016 19:42:59 +0000 (22:42 +0300)
commita12fb50d7366155290a6c004916145f16e52127e
tree8db6a012ceea5a8bbd890e89164a857168f01ca7
parent4dcd6db9fe9ca5f63800781f64e655df2d4eb12f
debug: Print thread name on debug prints

Many different threads might be calling the same functions
concurrently. Add the name of the thread so that it becomes more
obvious which thread is emitting the given print.

Signed-off-by: Timo Kokkonen <timo.t.kokkonen@iki.fi>
debug.c