VirtualBox

Changeset 6453 in vbox for trunk/src/VBox/Additions/common


Ignore:
Timestamp:
Jan 22, 2008 4:42:37 PM (17 years ago)
Author:
vboxsync
Message:

r=bird: No extra newline when ring-3 is logging.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/common/VBoxGuest/VBoxGuest.cpp

    r6436 r6453  
    10991099 * @param   pcbDataReturned     Where to store the amount of returned data. Can be NULL.
    11001100 */
    1101 static int VBoxGuestCommonIOCtl_Log(char *pch, size_t cbData, size_t *pcbDataReturned)
    1102 {
    1103     Log(("%.*s\n", cbData, pch));
     1101static int VBoxGuestCommonIOCtl_Log(const char *pch, size_t cbData, size_t *pcbDataReturned)
     1102{
     1103    Log(("%.*s", cbData, pch));
    11041104    if (pcbDataReturned)
    11051105        *pcbDataReturned = 0;
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