From 24a9274c4fe10731f1f28ef0a1ff59c045075150 Mon Sep 17 00:00:00 2001
From: obarun <eric@obarun.org>
Date: Mon, 30 Jan 2023 18:22:44 +1100
Subject: [PATCH] nothing to see

---
 src/lib66/info/info_graph_init.c | 6 +++---
 src/lib66/parse/parse_service.c  | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/lib66/info/info_graph_init.c b/src/lib66/info/info_graph_init.c
index 116dbcce..38eed6c7 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 7d1a35f3..cfd2d272 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))
-- 
GitLab