Add a logger prefix

This commit is contained in:
nemunaire 2016-10-13 19:02:41 +02:00 committed by nemunaire
parent 84a1610286
commit ef8b5e7645
3 changed files with 6 additions and 0 deletions

View file

@ -31,6 +31,8 @@ func main() {
flag.StringVar(&CloudPassword, "cloudpass", "", "Password used to sync")
flag.Parse()
log.SetPrefix("[admin] ")
var staticDir string
var err error
log.Println("Checking paths...")