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