VirtualBox

Ignore:
Timestamp:
Feb 9, 2010 12:30:39 PM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
57448
Message:

Additions/common, Additions/Solaris: Fix logging.

File:
1 edited

Legend:

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

    r26127 r26358  
    896896            }
    897897            else
    898                 LogRel(("VbglR0HGCMInternalCall: vbglR0HGCMInternalDoCall failed. rc=%Rrc\n", rc));
     898            {
     899                if (rc != VERR_INTERRUPTED)
     900                    LogRel(("VbglR0HGCMInternalCall: vbglR0HGCMInternalDoCall failed. rc=%Rrc\n", rc));
     901            }
    899902
    900903            if (!fLeakIt)
Note: See TracChangeset for help on using the changeset viewer.

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