diff options
author | Lennart Poettering <lennart@poettering.net> | 2010-05-16 01:46:35 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-05-16 01:46:35 +0200 |
commit | 4f4a1dbf2171aa62da04d2e3b6945e8992139d14 (patch) | |
tree | 71ecaf17792edcf168c01838643d0988bb1d22fe /execute.h | |
parent | 8bfcc8ea65e29b1ebcd3d0fff600fe1638a85ec7 (diff) |
logger: support printk() style priority prefixes
Diffstat (limited to 'execute.h')
-rw-r--r-- | execute.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -98,6 +98,7 @@ struct ExecContext { int syslog_priority; char *syslog_identifier; + bool syslog_no_prefix; char *tty_path; |