- Timestamp:
- Aug 6, 2008 6:53:52 PM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 34218
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/assert.h
r10785 r11190 704 704 #else 705 705 # define AssertLogRelMsg1(pszExpr, iLine, pszFile, pszFunction) \ 706 LogRel(("AssertLogRel %s(%d) : %s\n",\707 (pszFile), (iLine), (pszF ile), (pszFunction), (pszExpr) ))706 LogRel(("AssertLogRel %s(%d) %s: %s\n",\ 707 (pszFile), (iLine), (pszFunction), (pszExpr) )) 708 708 #endif 709 709
Note:
See TracChangeset
for help on using the changeset viewer.