From 11a699c9045dd87513ffc486ac0e5f004fdda3bf Mon Sep 17 00:00:00 2001 From: Lee Date: Tue, 21 Jul 2009 16:29:57 +0000 Subject: [PATCH] also hilight Found reusable socket Created new connection messages in the log console window. --- w32log.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/w32log.c b/w32log.c index 1314462f..ab18e80c 100644 --- a/w32log.c +++ b/w32log.c @@ -1,4 +1,4 @@ -const char w32log_rcs[] = "$Id: w32log.c,v 1.33 2009/03/09 19:02:09 fabiankeil Exp $"; +const char w32log_rcs[] = "$Id: w32log.c,v 1.34 2009/05/16 13:27:20 fabiankeil Exp $"; /********************************************************************* * * File : $Source: /cvsroot/ijbswa/current/w32log.c,v $ @@ -167,6 +167,8 @@ static struct _Pattern { "Crunch: Forwarding failed", STYLE_HIGHLIGHT }, { "Crunch: Connection failure", STYLE_HIGHLIGHT }, { "Crunch: Out of memory", STYLE_HIGHLIGHT }, + { "Connect: Found reusable socket", STYLE_HIGHLIGHT }, + { "Connect: Created new connection to", STYLE_HIGHLIGHT }, /* what are all the possible error strings?? */ { "Error:", STYLE_HIGHLIGHT }, /* http headers */ -- 2.39.2