From 3acf7ded1eac12a1027c9e9ec379d41f930fb85b Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Mon, 24 Feb 1997 10:05:20 +0000 Subject: [PATCH] Removed "Connecting to " thing in multi-target connect code. --- www/z39util.tcl | 3 +-- www/ztargets.conf | 6 +++--- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/www/z39util.tcl b/www/z39util.tcl index ec5631f..8aa2118 100644 --- a/www/z39util.tcl +++ b/www/z39util.tcl @@ -1,5 +1,5 @@ # -# $Id: z39util.tcl,v 1.47 1996/09/03 14:06:43 adam Exp $ +# $Id: z39util.tcl,v 1.48 1997/02/24 10:05:20 adam Exp $ # proc saveState {} { uplevel #0 { @@ -974,7 +974,6 @@ proc z39msearch {setNo elements start number cache} { } egw_log debug "old=$oldHost this=$thisHost" z39$i idAuthentication $hist($setNo,$i,idAuthentication) - html "Connecting to target " $thisHost "
\n" set zstatus($i) -1 if {![catch {z39$i connect $thisHost}]} { incr zleft diff --git a/www/ztargets.conf b/www/ztargets.conf index cf85636..ff5dd87 100644 --- a/www/ztargets.conf +++ b/www/ztargets.conf @@ -1,4 +1,4 @@ -# $Id: ztargets.conf,v 1.37 1996/09/03 14:06:44 adam Exp $ +# $Id: ztargets.conf,v 1.38 1997/02/24 10:05:23 adam Exp $ # # This file contains the predefined targets in the WWW-Z39.50 gateway # Each target is an entry in the associative array "targets". The @@ -209,7 +209,7 @@ set targets(z3950.research.att.com/netlib) { assorted } -set targets(localhost:210/Default) { +set targets(localhost:9999/Default) { Ztest USMARC { @@ -222,7 +222,7 @@ set targets(localhost:210/Default) { { Free-text {@attr 1=1016 @attr 4=105} } } {} - {Z39.50 Test server on port 210} + {Z39.50 Test server on port 9999} 1 test } -- 1.7.10.4