Archived
1
0

Update srnd.go

This commit is contained in:
Tristan B. Kildaire 2016-06-05 12:59:26 +02:00
parent a01d5b0cee
commit a4a4eb7c2a

View File

@ -17,7 +17,7 @@ func main() {
if action == "setup" { if action == "setup" {
log.Println("Setting up SRNd base...") log.Println("Setting up SRNd base...")
daemon.Setup() daemon.Setup()
log.Println("Setup Done") log.Println("\nSetup Completed.")
} else if action == "run" { } else if action == "run" {
log.Printf("Starting up %s...", srnd.Version()) log.Printf("Starting up %s...", srnd.Version())
daemon.Setup() daemon.Setup()