From dd5673009a7a6203779df25460795793bd72236b Mon Sep 17 00:00:00 2001 From: vx-clutch Date: Tue, 5 Aug 2025 15:24:14 -0400 Subject: [PATCH] update log message --- yait/format.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yait/format.h b/yait/format.h index a616f00..ce46e93 100644 --- a/yait/format.h +++ b/yait/format.h @@ -76,7 +76,7 @@ TOLibrary (char *src) return LIB_CURL; if (strcmp (src, "help")) return LIB_HELP; - printfn("could not find library"); + printfn("could not find library %s", src); return LIB_COUNT_; /* bad case */ }