VirtualBox

Changeset 11190 in vbox for trunk


Ignore:
Timestamp:
Aug 6, 2008 6:53:52 PM (17 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
34218
Message:

AssertLogRelMsg1: Fixed the LogRel() version, it was printing the file twice and omittnig the function and expression.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/iprt/assert.h

    r10785 r11190  
    704704#else
    705705# define AssertLogRelMsg1(pszExpr, iLine, pszFile, pszFunction) \
    706     LogRel(("AssertLogRel %s(%d): %s\n",\
    707             (pszFile), (iLine), (pszFile), (pszFunction), (pszExpr) ))
     706    LogRel(("AssertLogRel %s(%d) %s: %s\n",\
     707            (pszFile), (iLine), (pszFunction), (pszExpr) ))
    708708#endif
    709709
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