From 20922c31849e008cbc891c2021cbab627dd6f2a1 Mon Sep 17 00:00:00 2001 From: mdw Date: Wed, 22 Dec 1999 15:44:25 +0000 Subject: [PATCH] Fix log message. --- socket.c | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/socket.c b/socket.c index d3a5134..9263ac9 100644 --- a/socket.c +++ b/socket.c @@ -1,6 +1,6 @@ /* -*-c-*- * - * $Id: socket.c,v 1.3 1999/10/22 22:48:36 mdw Exp $ + * $Id: socket.c,v 1.4 1999/12/22 15:44:25 mdw Exp $ * * Socket source and target definitions * @@ -29,6 +29,9 @@ /*----- Revision history --------------------------------------------------* * * $Log: socket.c,v $ + * Revision 1.4 1999/12/22 15:44:25 mdw + * Fix log message. + * * Revision 1.3 1999/10/22 22:48:36 mdw * New connection options: unlimited concurrent connections, and one-shot * listening sockets. @@ -522,7 +525,7 @@ static void ss_listen(ssource *ss) /* --- Bind it to the right port --- */ if (bind(fd, &ga->sa, ga->a.sz)) { - fw_log(-1, "[%s] couldn't bind to %s: %s", ss->s.desc, strerror(errno)); + fw_log(-1, "[%s] couldn't bind socket: %s", ss->s.desc, strerror(errno)); goto fail_1; } if (ga->a.ops->bound) -- 2.11.0