changeset 298:67e43d6f5c41

urllog: Fix comment.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 27 Jan 2015 08:21:00 +0200
parents ecd465aab52e
children 1ff281e821a3
files urllog.tcl
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/urllog.tcl	Mon Jan 26 15:23:33 2015 +0200
+++ b/urllog.tcl	Tue Jan 27 08:21:00 2015 +0200
@@ -333,7 +333,7 @@
     return 0
   }
 
-  ### Is it a http or ftp url? (FIX ME!)
+  ### Is it a http or ftp url?
   if {$urlProto != "http" && $urlProto != "https" && $urlProto != "ftp"} {
     urllog_log "Broken URL from $urlNick: ($urlStr) UNSUPPORTED protocol class ($urlProto)."
     return 0