aboutsummaryrefslogtreecommitdiff
path: root/git-gerrit-mirror
diff options
context:
space:
mode:
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)