VirtualBox

Ignore:
Timestamp:
Aug 31, 2017 12:10:10 PM (7 years ago)
Author:
vboxsync
Message:

merging vbglioc r117712: Mouse logging/assertions.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/WINNT/Mouse/NT5/VBoxMFInternal.cpp

    r68556 r68560  
    295295        if (!NT_SUCCESS(rc))
    296296        {
    297             WARN(("IoGetDeviceProperty failed with rc=%#x", rc));
     297            if (rc == STATUS_OBJECT_NAME_NOT_FOUND) /* This happen when loading on a running system, don't want the assertion. */
     298                LOG(("IoGetDeviceProperty failed with STATUS_OBJECT_NAME_NOT_FOUND"));
     299            else
     300                WARN(("IoGetDeviceProperty failed with rc=%#x", rc));
    298301            return;
    299302        }
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette