changeset 229:c764d1706abf

urllog: Oops, a bugfix.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 01 Dec 2014 16:08:34 +0200
parents d0fb1546d73f
children 3e3756b113a1
files urllog.tcl
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/urllog.tcl	Mon Dec 01 11:42:35 2014 +0200
+++ b/urllog.tcl	Mon Dec 01 16:08:34 2014 +0200
@@ -604,7 +604,7 @@
   }
 
   ### Check the channel
-  foreach akey [split $urllog_log_channels] {
+  foreach akey [split $urllog_log_channels ";"] {
     if {[string match $akey $uchan]} {
       ### Do the URL checking
       foreach str [split $utext " "] {