VirtualBox

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
  • trunk/src/VBox/Main/MachineImpl.cpp

    r14934 r14959  
    50845084                mHWData->mBootOrder [position] = DeviceType_Network;
    50855085            else
    5086                 ComAssertMsgFailed (("Invalid device: %s\n", device));
     5086                ComAssertMsgFailed (("Invalid device: %s", device));
    50875087        }
    50885088    }
     
    64466446                default:
    64476447                {
    6448                     ComAssertMsgFailedRet (("Invalid boot device: %d\n",
     6448                    ComAssertMsgFailedRet (("Invalid boot device: %d",
    64496449                                            mHWData->mBootOrder [pos]),
    64506450                                            E_FAIL);
     
    77277727    mIPCSem = ::CreateMutex (NULL, FALSE, mIPCSemName);
    77287728    ComAssertMsgRet (mIPCSem,
    7729                      ("Cannot create IPC mutex '%ls', err=%d\n",
     7729                     ("Cannot create IPC mutex '%ls', err=%d",
    77307730                      mIPCSemName.raw(), ::GetLastError()),
    77317731                     E_FAIL);
     
    77367736    APIRET arc = ::DosCreateMutexSem ((PSZ) ipcSem.raw(), &mIPCSem, 0, FALSE);
    77377737    ComAssertMsgRet (arc == NO_ERROR,
    7738                      ("Cannot create IPC mutex '%s', arc=%ld\n",
     7738                     ("Cannot create IPC mutex '%s', arc=%ld",
    77397739                      ipcSem.raw(), arc),
    77407740                     E_FAIL);
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