# HG changeset patch # User Matthew Wild # Date 1241098543 -3600 # Node ID b02290fd8a75e6478c2739a7be0d78bfbf0958fa # Parent 24c9ee99d9004136c46f6a1364ab9daf34235192 loggingmanager: Add a comment about 'nowhere' sink type diff -r 24c9ee99d900 -r b02290fd8a75 core/loggingmanager.lua --- a/core/loggingmanager.lua Thu Apr 30 03:05:26 2009 +0100 +++ b/core/loggingmanager.lua Thu Apr 30 14:35:43 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