X-Git-Url: http://www.git.cypherpunks.ru/?a=blobdiff_plain;f=log.go;h=6b91c2d419bc3f6dccca491594c190755bafe108;hb=734d81bb07d88fb293fefe6f9a0e75eb151dd555;hp=f4abdd078f41fc9b5e5aae1ee2dc2bd66633ba7a;hpb=56a7ce09f9ae02833b167e12ea1f945badd703e2;p=goredo.git diff --git a/log.go b/log.go index f4abdd0..6b91c2d 100644 --- a/log.go +++ b/log.go @@ -49,7 +49,7 @@ var ( LogWait bool LogLock bool LogJS bool - MyPid int + MyPID int CDebug string CRedo string @@ -110,8 +110,8 @@ func erasedStatus(s, end string) string { func tracef(level, format string, args ...interface{}) { var p string - if MyPid != 0 { - p = fmt.Sprintf("[%d] ", MyPid) + if MyPID != 0 { + p = fmt.Sprintf("[%d] ", MyPID) } switch level { case CNone: