only automatically link libevent for PROD/LIB using libpvxs

This commit is contained in:
Michael Davidsaver
2020-04-09 18:24:42 -07:00
parent 1627eb9e07
commit d8cd01ee83
8 changed files with 30 additions and 9 deletions
+1 -1
View File
@@ -79,7 +79,7 @@ void _log_printf(unsigned lvl, const char* fmt, ...)
auto L = Level(lvl&0xff);
auto abt = L==Level::Crit && abortOnCrit!=0;
if(abortOnCrit!=0 || L==Level::Crit) {
{
va_list args;
va_start(args, fmt);
errlogVprintf(fmt, args);