mirror of
https://github.com/caddyserver/caddy.git
synced 2025-01-09 12:28:49 +03:00
Merge pull request #321 from coolaj86/patch-1
add helpful suggestion to identify problem
This commit is contained in:
commit
96f04cdc38
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ func init() {
|
||||||
caddyfileMu.Lock()
|
caddyfileMu.Lock()
|
||||||
if caddyfile == nil {
|
if caddyfile == nil {
|
||||||
// Hmm, did spawing process forget to close stdin? Anyhow, this is unusual.
|
// 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()
|
caddyfileMu.Unlock()
|
||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue