VirtualBox

Ignore:
Timestamp:
Oct 8, 2008 2:44:25 PM (17 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
37571
Message:

Runtime: no need to add \n to the end of 'unknown status' error text

File:
1 edited

Legend:

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

    r8245 r13083  
    100100     */
    101101    int iMsg = ASMAtomicXchgU32(&g_iUnknownMsgs, (g_iUnknownMsgs + 1) % ELEMENTS(g_aUnknownMsgs));
    102     RTStrPrintf(&g_aszUnknownStr[iMsg][0], sizeof(g_aszUnknownStr[iMsg]), "Unknown Status 0x%X\n", rc);
     102    RTStrPrintf(&g_aszUnknownStr[iMsg][0], sizeof(g_aszUnknownStr[iMsg]), "Unknown Status 0x%X", rc);
    103103    return &g_aUnknownMsgs[iMsg];
    104104}
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