summaryrefslogtreecommitdiff
path: root/html.c
diff options
context:
space:
mode:
Diffstat (limited to 'html.c')
-rw-r--r--html.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/html.c b/html.c
index f8f7791..8896b79 100644
--- a/html.c
+++ b/html.c
@@ -611,7 +611,7 @@ d_char *html_entry(snac *snac, d_char *os, char *msg, xs_set *seen, int local, i
611 if (chd != NULL) 611 if (chd != NULL)
612 s = html_entry(snac, s, chd, seen, local, level + 1); 612 s = html_entry(snac, s, chd, seen, local, level + 1);
613 else 613 else
614 snac_debug(snac, 1, xs_fmt("cannot read from timeline child %s", id)); 614 snac_debug(snac, 2, xs_fmt("cannot read from timeline child %s", id));
615 615
616 left--; 616 left--;
617 } 617 }