VirtualBox

Changeset 14262 in vbox


Ignore:
Timestamp:
Nov 17, 2008 5:27:51 PM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
39431
Message:

RTErrConvertToErrno: No LogRel here!

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/common/err/RTErrConvertToErrno.cpp

    r14216 r14262  
    3636#include <iprt/assert.h>
    3737#include <iprt/err.h>
    38 #include <iprt/log.h>
    3938
    4039#if defined(RT_OS_DARWIN) && defined(KERNEL)
     
    441440
    442441        default:
    443 #if 0
    444             /* This is quite likely to occur, so please no assertion */
    445442            AssertMsgFailed(("Unhandled error code %Rrc\n", iErr));
    446 #endif
    447             LogRel(("Unhandled error code %d (%Rrc)\n", iErr, iErr));
    448443            return EPROTO;
    449444    }
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