From 6cbd93736fcd2e202fb4d5cfc3f9dd45b6121b0b Mon Sep 17 00:00:00 2001 From: Matthew Holt Date: Fri, 13 Mar 2020 13:02:47 -0600 Subject: Minor tweaks --- cmd/commandfuncs.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmd') diff --git a/cmd/commandfuncs.go b/cmd/commandfuncs.go index 12d2586..6ef6821 100644 --- a/cmd/commandfuncs.go +++ b/cmd/commandfuncs.go @@ -131,7 +131,7 @@ func cmdStart(fl Flags) (int, error) { // when one of the goroutines unblocks, we're done and can exit select { case <-success: - fmt.Printf("Successfully started Caddy (pid=%d)\n", cmd.Process.Pid) + fmt.Printf("Successfully started Caddy (pid=%d) - Caddy is running in the background\n", cmd.Process.Pid) case err := <-exit: return caddy.ExitCodeFailedStartup, fmt.Errorf("caddy process exited with error: %v", err) -- cgit v1.2.3