diff options
Diffstat (limited to 'syslog.c')
-rw-r--r-- | syslog.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -191,6 +191,8 @@ static val syslog_get_prop(val stream, val ind) if (ind == prio_k) { val cell = (val) stream->co.handle; return car(cell); + } else if (ind == name_k) { + return lit("syslog"); } return nil; } |