]> Sergey Matveev's repositories - vors.git/blobdiff - cmd/client/main.go
No filename in client logs, as it is useless
[vors.git] / cmd / client / main.go
index fbc355c47d79e506cb95a9df76d3771ee94d07eded53bad9286f8363ab4bf35e..460e7b4247bc78a10b3472a9e00ed64fe34ed549f6449ebcf53b2c37c23110ed 100644 (file)
@@ -92,7 +92,7 @@ func main() {
        version := flag.Bool("version", false, "print version")
        warranty := flag.Bool("warranty", false, "print warranty information")
        flag.Parse()
-       log.SetFlags(log.Lmicroseconds | log.Lshortfile)
+       log.SetFlags(log.Lmicroseconds)
 
        if *warranty {
                fmt.Println(vors.Warranty)