Commit abdb9668 authored by pengjun's avatar pengjun Committed by vipwzw

#334 fix fmt error

parent 51804c73
......@@ -77,7 +77,7 @@ func generateUsers(baseDir string, orgName string) {
err := os.RemoveAll(baseDir)
if err != nil {
fmt.Println("Clean directory %s error", baseDir)
fmt.Printf("Clean directory %s error", baseDir)
os.Exit(1)
}
......
......@@ -30,6 +30,7 @@ func Init(name string, sub []byte) {
err := authority.Author.Init(&cfg)
if err != nil {
clog.Error("error to initialize authority", err)
return
}
drivers.Register(driverName, newCert, types.GetDappFork(driverName, "Enable"))
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment