Index: portlivecheck.tcl
===================================================================
--- portlivecheck.tcl	(revision 27076)
+++ portlivecheck.tcl	(working copy)
@@ -143,6 +143,7 @@
 				set chan [open $tempfile "r"]
 				set updated -1
 				set the_re [subst -nocommands [join ${livecheck.regex}]]
+				ui_debug "The regex is >$the_re<"
 				if {${livecheck.check} == "regexm"} {
 					set data [read $chan]
 					if {[regexp $the_re $data matched updated_version]} {
@@ -171,8 +172,6 @@
 				}
 				close $chan
 				if {$updated < 0} {
-					ui_debug "regex is >$the_re<"
-					ui_debug "url is >${livecheck.url}<"
 					ui_error "cannot check if $portname was updated (regex didn't match)"
 				}
 			}
