summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Sivak <msivak@redhat.com>2007-12-05 10:45:45 +0100
committerMartin Sivak <msivak@redhat.com>2007-12-05 10:45:45 +0100
commit4da84d94d8d9f44e1bbc2c8d1ad1d90c663e47ef (patch)
treecfd2e8ae053d463c84d6142811c346392d50d8b6
parent8147dc0af89f895360f26884dc27787c0df95d1d (diff)
downloadfirstaidkit-4da84d94d8d9f44e1bbc2c8d1ad1d90c663e47ef.tar.gz
firstaidkit-4da84d94d8d9f44e1bbc2c8d1ad1d90c663e47ef.tar.xz
firstaidkit-4da84d94d8d9f44e1bbc2c8d1ad1d90c663e47ef.zip
Some docs change in Reporting
-rw-r--r--tasker/reporting.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tasker/reporting.py b/tasker/reporting.py
index 78a1874..76e835a 100644
--- a/tasker/reporting.py
+++ b/tasker/reporting.py
@@ -22,10 +22,10 @@ class Reports(object):
"""Instances of this class are used as reporting mechanism by which the
plugins can comminucate back to whatever frontend we are using.
- Message has five parts:
+ Message has four parts:
origin - who sent the message (name of the plugin, Pluginsystem, ...)
semantics - what action does the message describe
- (system, plugin, task, info, ..)
+ (INFO, ALERT, PROGRESS, START, STOP)
importance - how is that message important (debug, info, error, ...)
this must be number, possibly the same as in logging module
message - the message itself