]> git.proxmox.com Git - mirror_frr.git/commit - lib/libfrr.c
lib: plug logging hole during startup
authorDavid Lamparter <equinox@opensourcerouting.org>
Mon, 31 Jul 2017 21:49:11 +0000 (23:49 +0200)
committerDavid Lamparter <equinox@opensourcerouting.org>
Wed, 2 Aug 2017 21:36:42 +0000 (23:36 +0200)
commitd34cb7f0b7a9ff4c484ae4158f22e0bebf17586b
tree47dda734691f544581feab8f4c4000d7d7566466
parentbeaa54706a6a18022eac79b3af3d543c21708102
lib: plug logging hole during startup

zlog_* doesn't work in startup before we've loaded the real logging
configuration.  Add some code to log to stderr for that window of time.

Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
lib/libfrr.c
lib/log.c
lib/log.h