Commit 96f04cdc authored by Matt Holt's avatar Matt Holt

Merge pull request #321 from coolaj86/patch-1

add helpful suggestion to identify problem
parents fc7f7dff b963c7c9
......@@ -24,7 +24,7 @@ func init() {
caddyfileMu.Lock()
if caddyfile == nil {
// Hmm, did spawing process forget to close stdin? Anyhow, this is unusual.
log.Println("[ERROR] SIGUSR1: no caddyfile to reload")
log.Println("[ERROR] SIGUSR1: no caddyfile to reload (was stdin left open?)")
caddyfileMu.Unlock()
continue
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment