Code

plugin: Ignore internal loggers when checking for existing loggers.
authorSebastian Harl <sh@tokkee.org>
Wed, 25 Jun 2014 21:12:44 +0000 (23:12 +0200)
committerSebastian Harl <sh@tokkee.org>
Wed, 25 Jun 2014 21:12:44 +0000 (23:12 +0200)
commit703c09231bca96e2e5d680ead4b471ec9e276ef5
tree95bc4be8d53b7283667cbbdae428de0437cbb87a
parent1bbb0664ecaed4eeb492d0faae79ca8c5d9f6435
plugin: Ignore internal loggers when checking for existing loggers.

An internal logger may currently be registered by the frontend which uses it
to send log messages to a client. Usually, these internal loggers will not
actually log stuff. Thus, we'll have to ignore them when deciding about
fallbacks.
src/core/plugin.c