]> git.evergreen-ils.org Git - working/SIPServer.git/commit
LP#1336825 Fix log level on find_service warning
authorJeff Godin <jgodin@tadl.org>
Wed, 2 Jul 2014 15:36:01 +0000 (11:36 -0400)
committerGalen Charlton <gmc@esilibrary.com>
Mon, 7 Jul 2014 21:44:32 +0000 (14:44 -0700)
commit5f7b7c7d49d1cb0f565fdb79dcd68d6051332c0f
tree08383562a9152743eeff8e5469a584cecfd77946
parent9f763a4203f88c6cca716559291d2cb475a19349
LP#1336825 Fix log level on find_service warning

Sip::Configuration::find_service tries to log a warning when it does
not find a matching service defined for a given
address/port/protocol tuple.

This uses the correct LOG_WARNING log level, ensuring that the
desired message is logged.

Thanks to Jason Boyer for catching this!

Signed-off-by: Jeff Godin <jgodin@tadl.org>
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
Sip/Configuration.pm