diff options
| author | 2022-10-09 18:03:51 +0200 | |
|---|---|---|
| committer | 2022-10-09 18:03:51 +0200 | |
| commit | 43c5e2c679f75fc6146ff139be36b023180483e3 (patch) | |
| tree | 2926e4d1bc0f0fb837e890c770cd7140d0962397 | |
| parent | Updated documentation. (diff) | |
| download | penes-snac2-43c5e2c679f75fc6146ff139be36b023180483e3.tar.gz penes-snac2-43c5e2c679f75fc6146ff139be36b023180483e3.tar.xz penes-snac2-43c5e2c679f75fc6146ff139be36b023180483e3.zip | |
Minor logging tweak.
| -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 | } |