diff --git a/src/lib66/info/info_graph_init.c b/src/lib66/info/info_graph_init.c index 116dbccee82c8f0ab237df14b90d19caf4f5850d..38eed6c77cebb5b8b6fd06d5f87ad61803d50378 100644 --- a/src/lib66/info/info_graph_init.c +++ b/src/lib66/info/info_graph_init.c @@ -26,9 +26,9 @@ info_graph_style graph_utf8 = { } ; info_graph_style graph_default = { - "|-", - "`-", - "|", + "|-", // tip + "`-", // last + "|", // limb 2 } ; diff --git a/src/lib66/parse/parse_service.c b/src/lib66/parse/parse_service.c index 7d1a35f34f01f9553b2afa06a6668eef09a406ae..cfd2d272bb3aabb6e707c577ba1e6733e036c2df 100644 --- a/src/lib66/parse/parse_service.c +++ b/src/lib66/parse/parse_service.c @@ -103,7 +103,7 @@ static void parse_notify_tree(resolve_service_t *res, char const *base, uint8_t log_dieu(LOG_EXIT_SYS, "clean string") ; if (!sastr_remove_element(&sa, name)) - log_dieu(LOG_EXIT_SYS, "remove service: ", name, " from tree: ", treename) ; + log_dieu(LOG_EXIT_SYS, "remove service: ", name, " list") ; if (sa.len) { if (!sastr_rebuild_in_oneline(&sa))