LP#1336825 Fix log level on find_service warning user/jeff/lp_1336825_fix_log_statement
authorJeff Godin <jgodin@tadl.org>
Wed, 2 Jul 2014 15:36:01 +0000 (11:36 -0400)
committerJeff Godin <jgodin@tadl.org>
Wed, 2 Jul 2014 15:36:01 +0000 (11:36 -0400)
commit1d387306e1aa68efb79e76eab4fa405ffa57f42e
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>
Sip/Configuration.pm