diff options
| -rw-r--r-- | html.c | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -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 | } |