update log message

This commit is contained in:
2025-08-05 15:24:14 -04:00
parent 5769c365db
commit dd5673009a

View File

@@ -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 */
}