Added missing parameter in log write, poll_remove_dcb

This commit is contained in:
Massimiliano Pinto 2013-09-20 18:36:31 +02:00
parent eec0b74191
commit d248ecb180

View File

@ -207,6 +207,7 @@ poll_remove_dcb(DCB *dcb)
"in state %s. Removing from poll set failed.",
pthread_self(),
STRDCBSTATE(new_state),
dcb,
STRDCBSTATE(old_state));
ss_dassert(false);
goto return_rc;