diff options
-rwxr-xr-x | htgen | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -53,10 +53,12 @@ EOF ## date. {{{ date=$(date '+%Y-%m-%d %H:%M:%S') -cat 1>&2 <<EOF +if test "$HTGEN_VERBOSE" = true; then + cat 1>&2 <<EOF # ${TCPREMOTEHOST-}[$TCPREMOTEIP]:$TCPREMOTEPORT connected at $date over $PROTO EOF +fi ## }}} ## Parse Request-Line. {{{ read Request_Line |