# HG changeset patch # User Matti Hamalainen # Date 1613556614 -7200 # Node ID 10ea2c1101b3618ad3d745d9f590ac0f200ed212 # Parent 96a659f66be99ef1968bb60654eb223142e46065 urllog: Cleanup. diff -r 96a659f66be9 -r 10ea2c1101b3 urllog.tcl --- a/urllog.tcl Wed Feb 17 11:09:50 2021 +0200 +++ b/urllog.tcl Wed Feb 17 12:10:14 2021 +0200 @@ -658,12 +658,12 @@ if {[info exists http_user_agent] && $http_user_agent != ""} { ::http::config -useragent $http_user_agent } else { - ::http::config -useragent "$urllog_name/$urllog_version" + ::http::config -useragent "${urllog_name}/${urllog_version}" } if {[info exists http_use_proxy] && $http_use_proxy != 0} { ::http::config -proxyhost $http_proxy_host -proxyport $http_proxy_port - putlog " - Using proxy $http_proxy_host:$http_proxy_port" + putlog " - Using proxy ${http_proxy_host}:${http_proxy_port}" } if {[info exists http_tls_support] && $http_tls_support != 0} {