summaryrefslogtreecommitdiffstats
path: root/plugins/xserver.py
diff options
context:
space:
mode:
authorJoel Andres Granados <jgranado@redhat.com>2008-06-06 13:30:53 +0200
committerJoel Andres Granados <jgranado@redhat.com>2008-06-06 13:30:53 +0200
commit42870594be17d82c3d7752f3b588b5732c876303 (patch)
tree3ee38d20701b378374a370b087446a79b072a908 /plugins/xserver.py
parentec9caf1d71519e3631a7e5251a50de4ec968305a (diff)
downloadfirstaidkit-42870594be17d82c3d7752f3b588b5732c876303.tar.gz
firstaidkit-42870594be17d82c3d7752f3b588b5732c876303.tar.xz
firstaidkit-42870594be17d82c3d7752f3b588b5732c876303.zip
Use the reporting object correctly.
Must have a origin and level.
Diffstat (limited to 'plugins/xserver.py')
-rw-r--r--plugins/xserver.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/xserver.py b/plugins/xserver.py
index 21319a7..c2bc5ab 100644
--- a/plugins/xserver.py
+++ b/plugins/xserver.py
@@ -140,7 +140,8 @@ class Xserver(Plugin):
def restore(self):
if self.backupName is None:
# This is the case where there is no config file.
- self._reporting.info("The backedup file was not present. Assuming that xorg did not have a config file to begin with.")
+ self._reporting.info("The backedup file was not present. Assuming that xorg did not have a config file to begin with.",
+ level = PLUGIN, origin = self)
self._result = ReturnSuccess
return