]> git.ipfire.org Git - thirdparty/bird.git/commit
Log: Fix handling of L_BUG messages
authorOndrej Zajicek <santiago@crfreenet.org>
Fri, 14 Mar 2025 15:49:36 +0000 (16:49 +0100)
committerMaria Matejka <mq@ucw.cz>
Mon, 31 Mar 2025 09:47:01 +0000 (11:47 +0200)
commit7a738f8f1d04120b757a2ee3b21d366f3553465d
treecc173f0c27bff54f48114a11dc23dcbcb13bab9f
parentb420594704caee8a461e5295daf6ffd2641946db
Log: Fix handling of L_BUG messages

Due to an off-by-one error, L_BUG messages (e.g. from ASSERT()) were
handled as L_DBG messages and therefore ignored by our CI.
lib/birdlib.h
sysdep/unix/log.c