revendor with fixed lgr pkg option

This commit is contained in:
Umputun
2019-01-22 18:44:59 -06:00
parent 32503395ea
commit 7aeec9535f
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -70,7 +70,7 @@ func (l *Logger) Logf(format string, args ...interface{}) {
bld.WriteString(l.formatLevel(lv))
bld.WriteString(" ")
if l.dbg && (l.callerFile || l.callerFunc || l.callerPkg) {
if l.callerFile || l.callerFunc || l.callerPkg {
if pc, file, line, ok := runtime.Caller(l.skipCallers); ok {
funcName := ""