Filled up event list isn't something warning.

This commit is contained in:
Gleb Smirnoff 2017-12-29 15:29:48 -08:00 committed by Justin Maggard
parent d6374fa4e2
commit d02866a084

View File

@ -130,7 +130,7 @@ kqueue_set(struct event *ev, short filter, u_short flags, u_int fflags)
struct timespec ts;
if (nchanges >= MAXCHANGES) {
DPRINTF(E_WARN, L_GENERAL, "kqueue change list is filled up\n");
DPRINTF(E_INFO, L_GENERAL, "kqueue change list is filled up\n");
ts.tv_sec = 0;
ts.tv_nsec = 0;