httpserver: Revert misleading comment

This commit is contained in:
Matthew Holt 2019-01-28 10:31:31 -07:00
parent 930ca1cc1b
commit 97e1f14dd3
No known key found for this signature in database
GPG Key ID: 2A349DD577D586A5

View File

@ -139,7 +139,5 @@ const (
)
// lumberjacks maps log filenames to the logger
// that is being used to keep them rolled/maintained;
// if rolling is disabled, it's just a regular
// *os.File, not a lumberjack
// that is being used to keep them rolled/maintained.
var lumberjacks = make(map[string]io.Writer)