From 0d0826573a2a916f73e1d5340b819a8017782d88 Mon Sep 17 00:00:00 2001 From: Pekka Riikonen Date: Wed, 4 May 2005 12:13:21 +0000 Subject: [PATCH] Log output fix. --- apps/autodist/autodist.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.24.0