mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-15 00:44:19 +09:00
[channels,drdynvc] IWTSVirtualChannelCallback log trace
This commit is contained in:
@@ -433,12 +433,9 @@ static void check_open_close_receive(DVCMAN_CHANNEL* channel)
|
||||
const UINT32 id = channel->channel_id;
|
||||
|
||||
WINPR_ASSERT(cb);
|
||||
if (cb->OnOpen || cb->OnClose)
|
||||
{
|
||||
if (!cb->OnOpen || !cb->OnClose)
|
||||
WLog_WARN(TAG, "{%s:%" PRIu32 "} OnOpen=%p, OnClose=%p", name, id, cb->OnOpen,
|
||||
cb->OnClose);
|
||||
}
|
||||
if (!cb->OnOpen || !cb->OnClose || !cb->OnDataReceived)
|
||||
WLog_VRB(TAG, "{%s:%" PRIu32 "} OnOpen=%p, OnClose=%p, OnDataReceived=%p", name, id,
|
||||
cb->OnOpen, cb->OnClose, cb->OnDataReceived);
|
||||
}
|
||||
|
||||
static UINT dvcman_call_on_receive(DVCMAN_CHANNEL* channel, wStream* data)
|
||||
|
||||
Reference in New Issue
Block a user