mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-15 00:44:19 +09:00
[channels,drdynvc] log channel close events
This commit is contained in:
@@ -498,6 +498,8 @@ static UINT dvcman_channel_close(DVCMAN_CHANNEL* channel, BOOL perRequest, BOOL
|
||||
"error when sending close confirm for '%s'",
|
||||
channel->channel_name);
|
||||
}
|
||||
WLog_Print(drdynvc->log, WLOG_DEBUG, "listener %s destroyed channel %" PRIu32 "",
|
||||
channel->channel_name, channel->channel_id);
|
||||
}
|
||||
|
||||
channel->state = DVC_CHANNEL_CLOSED;
|
||||
|
||||
Reference in New Issue
Block a user