Browse Source

Show message associated with no close fd detection

master
Con Kolivas 10 years ago
parent
commit
07874e9f30
  1. 2
      src/ckpool.c

2
src/ckpool.c

@ -526,7 +526,7 @@ bool _send_proc(proc_instance_t *pi, const char *msg, const char *file, const ch
else
ret = true;
if (!wait_close(sockd, 5))
LOGWARNING("send_proc did not close from %s %s:%d", file, func, line);
LOGWARNING("send_proc %s did not detect close from %s %s:%d", msg, file, func, line);
Close(sockd);
out:
if (unlikely(!ret)) {

Loading…
Cancel
Save