Fix a copy-paste error
authorPatrick Uiterwijk <puiterwijk@redhat.com>
Thu, 22 Jan 2015 14:03:55 +0000 (15:03 +0100)
committerPatrick Uiterwijk <puiterwijk@redhat.com>
Thu, 22 Jan 2015 14:03:55 +0000 (15:03 +0100)
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
ipsilon/info/common.py

index e62315c..16a7e29 100644 (file)
@@ -75,7 +75,7 @@ class Info(Log):
         self.debug('Available info providers: %s' % str(available))
 
         for item in plugins.enabled:
         self.debug('Available info providers: %s' % str(available))
 
         for item in plugins.enabled:
-            self.debug('Login plugin in enabled list: %s' % item)
+            self.debug('Info plugin in enabled list: %s' % item)
             if item not in plugins.available:
                 self.debug('Info Plugin %s not found' % item)
                 continue
             if item not in plugins.available:
                 self.debug('Info Plugin %s not found' % item)
                 continue