From a4956fa6bfde27c21f70e8577ebb586ccc9a3691 Mon Sep 17 00:00:00 2001 From: Jakob Unterwurzacher Date: Tue, 4 Oct 2016 23:30:05 +0200 Subject: A few more lint fixes --- internal/tlog/log.go | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'internal/tlog/log.go') diff --git a/internal/tlog/log.go b/internal/tlog/log.go index 8db3de2..4ab5d79 100644 --- a/internal/tlog/log.go +++ b/internal/tlog/log.go @@ -74,15 +74,16 @@ func (l *toggledLogger) Println(v ...interface{}) { } } -// Debug messages +// Debug logs debug messages // Can be enabled by passing "-d" var Debug *toggledLogger -// Informational message +// Info logs informational message // Can be disabled by passing "-q" var Info *toggledLogger -// A warning, meaning nothing serious by itself but might indicate problems. +// Warn logs warnings, +// meaning nothing serious by itself but might indicate problems. // Passing "-wpanic" will make this function panic after printing the message. var Warn *toggledLogger -- cgit v1.2.3