loggingmanager: Add a comment about 'nowhere' sink type
authorMatthew Wild <mwild1@gmail.com>
Thu, 30 Apr 2009 14:35:43 +0100
changeset 1080 b02290fd8a75
parent 1078 24c9ee99d900
child 1081 d41e88b07225
loggingmanager: Add a comment about 'nowhere' sink type
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