]> git.ipfire.org Git - thirdparty/bird.git/commit
Log: Fix error handling of debug file open
authorOndrej Zajicek (work) <santiago@crfreenet.org>
Mon, 11 Jul 2016 18:22:55 +0000 (20:22 +0200)
committerOndrej Zajicek (work) <santiago@crfreenet.org>
Mon, 11 Jul 2016 18:22:55 +0000 (20:22 +0200)
commitf0b822a831d0f0f593bbedf0a7f15b94c3ca1d43
tree80dfdfeb463c1f3c328e0f9a2662d85a770b1b67
parentf1f39bb9d8e2260fe181240dd8194b06bdcfb54f
Log: Fix error handling of debug file open

Logging is not yet initialized, we have to use fprintf() here.

Thanks to Pavel Tvrdik for noticing and debugging it.
sysdep/unix/log.c