supply missing param

This commit is contained in:
Eric House 2015-12-08 07:13:40 -08:00
parent db9c079356
commit 2a3bd60740

View file

@ -1538,7 +1538,7 @@ proxy_thread_proc( UdpThreadClosure* utc )
break; /* PRX_DEVICE_GONE */
}
default:
logf( XW_LOGERROR, "unexpected command %d", __func__, cmd );
logf( XW_LOGERROR, "%s: unexpected command %d", __func__, cmd );
break;
}
}