mirror of
https://codeberg.org/grunfink/snac2.git
synced 2024-11-22 21:35:04 +00:00
Minor logging tweak.
This commit is contained in:
parent
ce96aab1d8
commit
43c5e2c679
1 changed files with 1 additions and 1 deletions
2
html.c
2
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)
|
if (chd != NULL)
|
||||||
s = html_entry(snac, s, chd, seen, local, level + 1);
|
s = html_entry(snac, s, chd, seen, local, level + 1);
|
||||||
else
|
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--;
|
left--;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue