VirtualBox

Changeset 14959 in vbox for trunk/src/VBox/Main/include


Ignore:
Timestamp:
Dec 3, 2008 9:25:17 PM (16 years ago)
Author:
vboxsync
Message:

no trailing \n when using ComAssertMsg*

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified trunk/src/VBox/Main/include/VirtualBoxBase.h

    r14949 r14959  
    275275#define ComAssertComRC(rc)  AssertComRC (rc)
    276276#else
    277 #define ComAssertComRC(rc)  ComAssertMsg (SUCCEEDED (rc), ("COM RC = %Rhrc (0x%08X)\n", (rc), (rc)))
     277#define ComAssertComRC(rc)  ComAssertMsg (SUCCEEDED (rc), ("COM RC = %Rhrc (0x%08X)", (rc), (rc)))
    278278#endif
    279279
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