summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2009-08-18 14:10:37 -0400
committerChris Lumens <clumens@redhat.com>2009-08-19 10:35:28 -0400
commitf85f74a50afcbbeee0e8221c0f6100e1920aff87 (patch)
tree6cd000738e66f63ade6905b998773cf7bc52f76b
parent44b3474315e2b11116d8bd48c49eda877deeadf6 (diff)
downloadanaconda-f85f74a50afcbbeee0e8221c0f6100e1920aff87.tar.gz
anaconda-f85f74a50afcbbeee0e8221c0f6100e1920aff87.tar.xz
anaconda-f85f74a50afcbbeee0e8221c0f6100e1920aff87.zip
Fix a stupid typo in the logging.
-rw-r--r--iw/task_gui.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/iw/task_gui.py b/iw/task_gui.py
index e1d1dd607..ec3c4ae13 100644
--- a/iw/task_gui.py
+++ b/iw/task_gui.py
@@ -43,7 +43,7 @@ def setupRepo(anaconda, repo):
try:
anaconda.backend.doRepoSetup(anaconda, thisrepo=repo.id, fatalerrors=False)
anaconda.backend.doSackSetup(anaconda, thisrepo=repo.id, fatalerrors=False)
- log.info("added repository %s with with source URL %s" % (repo.name, repo.mirrorlist or repo.baseurl))
+ log.info("added repository %s with source URL %s" % (repo.name, repo.mirrorlist or repo.baseurl))
# FIXME: need a per-repo way of doing this; largely cut and paste
# from yum right now
if not repo.groups_added: