And use the right variable so it doesnt output a large amount of stuff

This commit is contained in:
Stephen Smoogen 2014-12-05 21:49:49 +00:00
parent 1be67f45e6
commit e39fccec20

View file

@ -666,7 +666,7 @@ def do_mirrorlist(kwargs):
ip_str = 'Unknown IP'
pid = str(os.getpid())
log_string = "mirrorlist(%s): %s found its best mirror from %s (%s)" % (pid, ip_str, where_string, header)
log_string = "mirrorlist(%s): %s found its best mirror from %s (%s)" % (pid, ip_str, where_string, subheader)
syslogger.info(log_string)
hosts_and_urls = append_path(allhosts, cache, file, pathIsDirectory=pathIsDirectory)