]> Cypherpunks.ru repositories - nncp.git/blobdiff - src/cmd/nncp-cfgmin/main.go
MTH
[nncp.git] / src / cmd / nncp-cfgmin / main.go
index 25e73d510353ef6240e2960ab2360d289e63d0ce..4185302349bd3707e31da162794a727843724972 100644 (file)
@@ -25,7 +25,7 @@ import (
        "os"
 
        "github.com/hjson/hjson-go"
-       "go.cypherpunks.ru/nncp/v5"
+       "go.cypherpunks.ru/nncp/v7"
 )
 
 func usage() {
@@ -41,6 +41,7 @@ func main() {
                version  = flag.Bool("version", false, "Print version information")
                warranty = flag.Bool("warranty", false, "Print warranty information")
        )
+       log.SetFlags(log.Lshortfile)
        flag.Usage = usage
        flag.Parse()
        if *warranty {