mirror of
https://github.com/gnustep/libs-ec.git
synced 2025-02-19 18:11:26 +00:00
put severity in subject
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/ec/trunk@36507 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
043685f4f4
commit
b46180d427
1 changed files with 2 additions and 2 deletions
|
@ -37,7 +37,7 @@
|
|||
},
|
||||
{
|
||||
Type = "Clear";
|
||||
Subject = "Clear {Identifier}";
|
||||
Subject = "Clear {Identifier} ({SeverityText})";
|
||||
Email = (
|
||||
"myaccount@localhost.localdomain"
|
||||
);
|
||||
|
@ -59,7 +59,7 @@
|
|||
},
|
||||
{
|
||||
Type = "Alarm";
|
||||
Subject = "Alarm {Identifier}";
|
||||
Subject = "Alarm {Identifier} ({SeverityText})";
|
||||
Email = (
|
||||
"myaccount@localhost.localdomain"
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue