Software /
code /
prosody
Diff
core/loggingmanager.lua @ 1083:70465a6ef757
Merge with 0.4
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Fri, 01 May 2009 23:29:40 +0100 |
parent | 1080:b02290fd8a75 |
child | 1101:fb096ca4b296 |
line wrap: on
line diff
--- a/core/loggingmanager.lua Thu Apr 30 03:05:56 2009 +0100 +++ b/core/loggingmanager.lua Fri May 01 23:29:40 2009 +0100 @@ -122,6 +122,7 @@ --- Definition of built-in logging sinks --- +-- Null sink, must enter log_sink_types *first* function log_sink_types.nowhere() return function () return false; end; end