VirtualBox

Ignore:
Timestamp:
Apr 20, 2010 11:52:06 AM (15 years ago)
Author:
vboxsync
Message:

VBoxGuest: be less verbose on timeouts

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/common/VBoxGuestLib/HGCMInternal.cpp

    r26425 r28516  
    906906            else
    907907            {
    908                 if (rc != VERR_INTERRUPTED)
     908                if (   rc != VERR_INTERRUPTED
     909                    || rc != VERR_TIMEOUT)
    909910                    LogRel(("VbglR0HGCMInternalCall: vbglR0HGCMInternalDoCall failed. rc=%Rrc\n", rc));
    910911            }
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