From: Pekka Riikonen Date: Wed, 4 May 2005 12:13:21 +0000 (+0000) Subject: Log output fix. X-Git-Tag: autodist.1.3.1~5 X-Git-Url: http://git.silcnet.org/gitweb/?p=autodist.git;a=commitdiff_plain;h=0d0826573a2a916f73e1d5340b819a8017782d88 Log output fix. --- diff --git a/apps/autodist/autodist.in b/apps/autodist/autodist.in index 2669347..d59b2b8 100755 --- a/apps/autodist/autodist.in +++ b/apps/autodist/autodist.in @@ -799,7 +799,7 @@ ad_dist_excludes() do ad_debug "Excluding $i" if test x$2 = xtrue; then - ad_log " $1" + ad_log " $i" fi rm -rf $i done