Fix DEBUG usage

trivial.
This commit is contained in:
Brad Hards 2011-07-25 20:09:23 +10:00
parent f9a2ea6819
commit 091432b89a

View File

@ -366,7 +366,7 @@ int dvcman_close_channel(IWTSVirtualChannelManager* pChannelMgr, uint32 ChannelI
stream_free(channel->dvc_data);
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->Close(ichannel);
return 0;