changeset 98:fbbe7ee40e2f

urllog: Improve one informational / error message.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 12 Sep 2011 19:01:48 +0300
parents 366e68ad94df
children 8139169293f9
files urllog.tcl
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/urllog.tcl	Mon Sep 12 19:01:31 2011 +0300
+++ b/urllog.tcl	Mon Sep 12 19:01:48 2011 +0300
@@ -386,7 +386,7 @@
 
   ### Check now if we have an ShortURL here ...
   if {$urllog_shorturl != 0 && [string match "*$urllog_shorturl_prefix*" $urlStr]} {
-    urllog_log "Ignoring ShortURL."
+    urllog_log "Ignoring ShortURL from $urlNick: $urlStr"
     return 0
   }