commit dd5673009a7a6203779df25460795793bd72236b
parent 5769c365db38994b7fe9622c36cb7cae417e2af8
Author: vx-clutch <[email protected]>
Date: Tue, 5 Aug 2025 15:24:14 -0400
update log message
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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 */
}