Skip to content
Snippets Groups Projects
Commit 804a4dc9 authored by Ophestra's avatar Ophestra
Browse files

use print instead of printf

parent 08eb8f73
No related branches found
No related tags found
No related merge requests found
......@@ -164,7 +164,7 @@ func (s *Store) create() error {
if info, err := s.UserAdd("root", store.InitialPassword, true); err != nil {
log.Fatalf("error adding initial user: %s", err)
} else {
log.Printf("initial user added with username \"root\"")
log.Print("initial user added with username \"root\"")
s.InitialUser = info.Snowflake
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment