--- stream.c.orig 2016-10-25 01:39:24 UTC +++ stream.c @@ -759,7 +759,7 @@ int http_bindsock(int port, int local, i } if (listen(sd, DEF_MAXWEBQUEUE) != 0) { - MOTION_LOG(CRT, TYPE_STREAM, SHOW_ERRNO, "%s: error listening"); + MOTION_LOG(CRT, TYPE_STREAM, NO_ERRNO, "%s: error listening"); close(sd); return -1; }