Logging: errorIf fatalIf print in the format [file.go:82:funcName()] (#3127)

This commit is contained in:
Krishna Srinivas
2016-10-29 15:04:16 +05:30
committed by Harshavardhana
parent 79b98b5c25
commit 0b3282ac9f
5 changed files with 15 additions and 91 deletions

View File

@@ -42,7 +42,6 @@ const (
var (
globalQuiet = false // Quiet flag set via command line
globalTrace = false // Trace flag set via environment setting.
// Add new global flags here.