From e39fccec20e7e137b12546cc3bfd7d56a5202484 Mon Sep 17 00:00:00 2001 From: Stephen Smoogen Date: Fri, 5 Dec 2014 21:49:49 +0000 Subject: [PATCH] And use the right variable so it doesnt output a large amount of stuff --- roles/mirrorlist/files/mirrorlist_server.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/mirrorlist/files/mirrorlist_server.py b/roles/mirrorlist/files/mirrorlist_server.py index 3f7ac5967b..99c7a0c3fe 100755 --- a/roles/mirrorlist/files/mirrorlist_server.py +++ b/roles/mirrorlist/files/mirrorlist_server.py @@ -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)