]> Cypherpunks.ru repositories - nncp.git/blobdiff - src/cmd/nncp-log/main.go
Merge branch 'develop'
[nncp.git] / src / cmd / nncp-log / main.go
index 780d31eba6b4094bc1bf5f27b2e4d4e33ecab578..883d06f416aa4ebfaedc2a83fcbaa75035258787 100644 (file)
@@ -25,7 +25,7 @@ import (
        "log"
        "os"
 
-       "go.cypherpunks.ru/nncp/v4"
+       "go.cypherpunks.ru/nncp/v5"
 )
 
 func usage() {
@@ -54,7 +54,7 @@ func main() {
                return
        }
 
-       ctx, err := nncp.CtxFromCmdline(*cfgPath, "", *logPath, false, *debug)
+       ctx, err := nncp.CtxFromCmdline(*cfgPath, "", *logPath, false, false, false, *debug)
        if err != nil {
                log.Fatalln("Error during initialization:", err)
        }