mirror of
https://github.com/Control-D-Inc/ctrld.git
synced 2026-02-03 22:18:39 +00:00
cmd/ctrld: log that ctrld is starting
This commit is contained in:
committed by
Cuong Manh Le
parent
e4eb3b2ded
commit
ccf07a7d1c
@@ -112,6 +112,7 @@ func initCLI() {
|
||||
if err := v.Unmarshal(&cfg); err != nil {
|
||||
log.Fatalf("failed to unmarshal config: %v", err)
|
||||
}
|
||||
fmt.Println("starting ctrld...")
|
||||
// Wait for network up.
|
||||
if !ctrldnet.Up() {
|
||||
log.Fatal("network is not up yet")
|
||||
|
||||
Reference in New Issue
Block a user