# HG changeset patch # User Matti Hamalainen # Date 1600616836 -10800 # Node ID 0e3ee1f51c80402c7fc5efe2d4b4866cc36438f3 # Parent 1fbee4891dbcaaa19dcc8937f157021ccdd81f76 urllog: Cosmetics. diff -r 1fbee4891dbc -r 0e3ee1f51c80 urllog.tcl --- a/urllog.tcl Tue Jul 21 19:01:37 2020 +0300 +++ b/urllog.tcl Sun Sep 20 18:47:16 2020 +0300 @@ -53,7 +53,6 @@ bind topc - *.* urllog_check_line - #------------------------------------------------------------------------- ### Utility functions proc urllog_log {umsg} { @@ -592,8 +591,11 @@ #------------------------------------------------------------------------- # Script initialization #------------------------------------------------------------------------- +### Initialization messages putlog "$urllog_message" + +### Miscellaneous init messages if {$urllog_extra_checks != 0} { putlog " - Additional URL validity checks enabled." } @@ -606,6 +608,7 @@ putlog " - Verbose mode enabled." } + ### HTTP module initialization if {[info exists http_user_agent] && $http_user_agent != ""} { ::http::config -useragent $http_user_agent