24
1
mirror of https://github.com/processone/ejabberd.git synced 2024-06-20 22:22:09 +02:00

Use warning_msg event type for warning log level.

This commit is contained in:
Andreas Köhler 2010-10-12 16:00:44 +02:00 committed by Badlop
parent 19826858a4
commit e1a4ae8264

View File

@ -52,7 +52,7 @@
#loglevel{ordinal = 2, name = error, description = "Error",
function = error_msg, event_type = error, msg_prefix = "E"},
#loglevel{ordinal = 3, name = warning, description = "Warning",
function = warning_msg, event_type = error, msg_prefix = "W"},
function = warning_msg, event_type = warning_msg, msg_prefix = "W"},
#loglevel{ordinal = 4, name = info, description = "Info",
function = info_msg, event_type = info_msg, msg_prefix = "I"},
#loglevel{ordinal = 5, name = debug, description = "Debug",