summaryrefslogtreecommitdiff
path: root/src/panels/log.h
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2011-01-05 00:40:05 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2011-01-05 00:40:05 (GMT)
commitee2e35f6dced8340682eab8cb013ba2911858c53 (patch)
tree382a2dafe360956ef789488916446fa4e8fd8a6a /src/panels/log.h
parent9776f811af66eca56116fe81f77d859fb9b6e8fe (diff)
Extended the logging system.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@206 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'src/panels/log.h')
-rw-r--r--src/panels/log.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/panels/log.h b/src/panels/log.h
index 5ea95cc..b0fc3e9 100644
--- a/src/panels/log.h
+++ b/src/panels/log.h
@@ -36,6 +36,8 @@ typedef enum _LogMessageType
LMT_INFO, /* Information sur l'exécution */
LMT_BAD_BINARY, /* Binaire malformé */
LMT_PROCESS, /* Début de tâche quelconque */
+ LMT_ERROR, /* Erreur de traitement */
+ LMT_WARNING, /* Avertissment à remonter */
LMT_COUNT