aboutsummaryrefslogtreecommitdiff
path: root/git-gerrit-mirror
diff options
context:
space:
mode:
authorPaul Sokolovsky <paul.sokolovsky@linaro.org>2012-03-15 15:47:45 +0200
committerPaul Sokolovsky <paul.sokolovsky@linaro.org>2012-03-15 15:47:45 +0200
commitb884a379f4bff3a5de5e5391f6c41f3d917fed2f (patch)
tree9a5825d283ce0cea195fc1660a9b2bacf0e56f96 /git-gerrit-mirror
parent8cd56e3532b9df550a1d66c7c05457d869c56aef (diff)
One more cron-friendly .info() -> .debug() change.
Diffstat (limited to 'git-gerrit-mirror')
-rwxr-xr-xgit-gerrit-mirror2
1 files changed, 1 insertions, 1 deletions
diff --git a/git-gerrit-mirror b/git-gerrit-mirror
index 47a6663..bb95b96 100755
--- a/git-gerrit-mirror
+++ b/git-gerrit-mirror
@@ -242,7 +242,7 @@ if args[0] == "create":
elif args[0] == "clone":
check_args(optparser, args, 1)
for host in conf.get_hosts(options.upstream):
- log.info("=== Processing: %s ===", host)
+ log.debug("=== Processing: %s ===", host)
projects = get_project_map_for_a_host(host).keys()
host_p = urlparse.urlparse(host)
clone_repos(host, options.mirror_dir + "/" + host_p.netloc + host_p.path, projects)