Skip to content

Commit

Permalink
windaemon: more logging
Browse files Browse the repository at this point in the history
  • Loading branch information
tinyzimmer committed Nov 6, 2023
1 parent abc06e8 commit b2f134e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/webmeshd/main_windows.go
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ func (d *helperDaemon) Execute(args []string, r <-chan svc.ChangeRequest, change
errno = 1
return
}
elog.Info(1, fmt.Sprintf("Starting webmesh daemon with config: %+v", config))

var wg sync.WaitGroup
ctx, cancel := context.WithCancel(context.Background())
Expand Down

0 comments on commit b2f134e

Please sign in to comment.