diff options
Diffstat (limited to 'plugins/omjournal/omjournal.c')
-rw-r--r-- | plugins/omjournal/omjournal.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/plugins/omjournal/omjournal.c b/plugins/omjournal/omjournal.c index bb095ee2..300aafea 100644 --- a/plugins/omjournal/omjournal.c +++ b/plugins/omjournal/omjournal.c @@ -133,6 +133,9 @@ BEGINdoAction CODESTARTdoAction pMsg = (msg_t*) ppString[0]; MsgGetSeverity(pMsg, &sev); + /* we can use more properties here, but let's see if there + * is some real user interest. We can always add later... + */ r = sd_journal_send("MESSAGE=%s", getMSG(pMsg), "PRIORITY=%d", sev, NULL); |