mirror of
https://github.com/reactos/reactos.git
synced 2025-08-02 00:43:11 +00:00
* Sync up to trunk head (r60691).
svn path=/branches/ntvdm/; revision=60692
This commit is contained in:
commit
25445ea35f
5851 changed files with 218087 additions and 724119 deletions
|
@ -1066,7 +1066,7 @@ CUSBDevice::SelectConfiguration(
|
|||
}
|
||||
|
||||
// informal debug print
|
||||
DPRINT1("[%s] SelectConfiguration New Configuration %x Old Configuration %x Result %lx\n", m_USBType, ConfigurationIndex, m_ConfigurationIndex, Status);
|
||||
DPRINT("[%s] SelectConfiguration New Configuration %x Old Configuration %x Result %lx\n", m_USBType, ConfigurationIndex, m_ConfigurationIndex, Status);
|
||||
if (!NT_SUCCESS(Status))
|
||||
{
|
||||
//
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue