summaryrefslogtreecommitdiffstats
path: root/syslog.c
diff options
context:
space:
mode:
Diffstat (limited to 'syslog.c')
-rw-r--r--syslog.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/syslog.c b/syslog.c
index 36edb2d7..39581d34 100644
--- a/syslog.c
+++ b/syslog.c
@@ -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;
}