summaryrefslogtreecommitdiffstats
path: root/installer/OpenSLX/OSSetup/Engine.pm
diff options
context:
space:
mode:
authorOliver Tappe2007-03-12 17:07:04 +0100
committerOliver Tappe2007-03-12 17:07:04 +0100
commitfa7833f427dd5833d0869fb65fb1730e5e742f3d (patch)
tree10ddd2176f3362030bac6e2f281b0a0e4df49453 /installer/OpenSLX/OSSetup/Engine.pm
parent* fixed a syntax typo (diff)
downloadcore-fa7833f427dd5833d0869fb65fb1730e5e742f3d.tar.gz
core-fa7833f427dd5833d0869fb65fb1730e5e742f3d.tar.xz
core-fa7833f427dd5833d0869fb65fb1730e5e742f3d.zip
* err, cloning was slightly to verbose last time...
git-svn-id: http://svn.openslx.org/svn/openslx/trunk@755 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'installer/OpenSLX/OSSetup/Engine.pm')
-rw-r--r--installer/OpenSLX/OSSetup/Engine.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/installer/OpenSLX/OSSetup/Engine.pm b/installer/OpenSLX/OSSetup/Engine.pm
index 85159ff2..fa870aa3 100644
--- a/installer/OpenSLX/OSSetup/Engine.pm
+++ b/installer/OpenSLX/OSSetup/Engine.pm
@@ -700,7 +700,7 @@ sub clone_fetchSource
close(FILTER);
}
my $excludeIncludeList = join("\n", @includeList, @excludeList);
- vlog 0, "using exclude-include-filter:\n$excludeIncludeList\n";
+ vlog 1, "using exclude-include-filter:\n$excludeIncludeList\n";
open(RSYNC, "| rsync -av --delete --exclude-from=- $source $self->{'system-path'}")
or die _tr("unable to start rsync for source '%s', giving up! (%s)",
$source, $!);