diff options
author | default <nobody@localhost> | 2022-10-09 18:03:51 +0200 |
---|---|---|
committer | default <nobody@localhost> | 2022-10-09 18:03:51 +0200 |
commit | 43c5e2c679f75fc6146ff139be36b023180483e3 (patch) | |
tree | 2926e4d1bc0f0fb837e890c770cd7140d0962397 /html.c | |
parent | ce96aab1d8c8d7958616d35b695dd069d971d78b (diff) |
Minor logging tweak.
Diffstat (limited to 'html.c')
-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 if (chd != NULL) s = html_entry(snac, s, chd, seen, local, level + 1); else - snac_debug(snac, 1, xs_fmt("cannot read from timeline child %s", id)); + snac_debug(snac, 2, xs_fmt("cannot read from timeline child %s", id)); left--; } |