Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit e589147

Browse files
committedJan 24, 2016
Added small note about shutdown
See #2180 (comment) License: MIT Signed-off-by: Richard Littauer <richard.littauer@gmail.com>
1 parent a5c4c5d commit e589147

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎cmd/ipfs/daemon.go

+1
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,7 @@ func daemonFunc(req cmds.Request, res cmds.Response) {
160160
select {
161161
case <-req.Context().Done():
162162
fmt.Println("Received interrupt signal, shutting down...")
163+
fmt.Println("(Hit C-c again to force-shutdown the daemon.)")
163164
}
164165
}()
165166

0 commit comments

Comments
 (0)
Please sign in to comment.