aboutsummaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorMatthew Wild <mwild1@gmail.com>2009-05-01 23:29:40 +0100
committerMatthew Wild <mwild1@gmail.com>2009-05-01 23:29:40 +0100
commit96fed62751454550bd5082b5d7b322fdf839033e (patch)
tree7f16f3fee11ff90dbc9ffab4f14531d07bb71b7f /core
parent0188e331a5f9e8cd99c9872e9580f5b7811a5ccc (diff)
parentb835db8db75400c1bebfc47019c27b851494978e (diff)
downloadprosody-96fed62751454550bd5082b5d7b322fdf839033e.tar.gz
prosody-96fed62751454550bd5082b5d7b322fdf839033e.zip
Merge with 0.4
Diffstat (limited to 'core')
-rw-r--r--core/loggingmanager.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/loggingmanager.lua b/core/loggingmanager.lua
index 13b091cc..ea0f497d 100644
--- a/core/loggingmanager.lua
+++ b/core/loggingmanager.lua
@@ -122,6 +122,7 @@ end
--- 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