VirtualBox

Changeset 64158 in vbox for trunk/src/VBox/Runtime/r3


Ignore:
Timestamp:
Oct 5, 2016 3:32:54 PM (8 years ago)
Author:
vboxsync
Message:

Runtime: cosmetic fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/r3/xml.cpp

    r62636 r64158  
    156156    va_end(args);
    157157    char *newMsg;
    158     RTStrAPrintf(&newMsg, "%s: %d(%s)", pszContext2, aRC, RTErrGetShort(aRC));
     158    RTStrAPrintf(&newMsg, "%s: %d (%s)", pszContext2, aRC, RTErrGetShort(aRC));
    159159    setWhat(newMsg);
    160160    RTStrFree(newMsg);
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