From 43c5e2c679f75fc6146ff139be36b023180483e3 Mon Sep 17 00:00:00 2001 From: default Date: Sun, 9 Oct 2022 18:03:51 +0200 Subject: [PATCH] Minor logging tweak. --- html.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 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--; }