Skip to content

Commit

Permalink
Notify when daemon is ready
Browse files Browse the repository at this point in the history
License: MIT
Signed-off-by: rht <[email protected]>
  • Loading branch information
rht committed Aug 13, 2015
1 parent ace06b4 commit ca88051
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/ipfs/daemon.go
Original file line number Diff line number Diff line change
Expand Up @@ -274,6 +274,7 @@ func daemonFunc(req cmds.Request, res cmds.Response) {
}
}

fmt.Printf("Daemon is ready\n")
// collect long-running errors and block for shutdown
// TODO(cryptix): our fuse currently doesnt follow this pattern for graceful shutdown
for err := range merge(apiErrc, gwErrc) {
Expand Down

0 comments on commit ca88051

Please sign in to comment.