mirror of
https://github.com/FreeRDP/FreeRDP.git
synced 2025-06-03 00:00:20 +00:00
Fix DEBUG usage
trivial.
This commit is contained in:
parent
f9a2ea6819
commit
091432b89a
@ -366,7 +366,7 @@ int dvcman_close_channel(IWTSVirtualChannelManager* pChannelMgr, uint32 ChannelI
|
|||||||
stream_free(channel->dvc_data);
|
stream_free(channel->dvc_data);
|
||||||
channel->dvc_data = NULL;
|
channel->dvc_data = NULL;
|
||||||
}
|
}
|
||||||
DEBUG_PRINT("DVC", "dvcman_close_channel: channel %d closed", ChannelId);
|
DEBUG_DVC("dvcman_close_channel: channel %d closed", ChannelId);
|
||||||
ichannel = (IWTSVirtualChannel*)channel;
|
ichannel = (IWTSVirtualChannel*)channel;
|
||||||
ichannel->Close(ichannel);
|
ichannel->Close(ichannel);
|
||||||
return 0;
|
return 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user