VirtualBox

Ignore:
Timestamp:
Nov 19, 2017 12:49:36 PM (7 years ago)
Author:
vboxsync
Message:

Changed RTLogCreateEx[V] to take a RTERRINFO pointer rather than plain char * and size_t. Turned out a several callers didn't actually make use of the error message even.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/globals/VBoxGlobal.cpp

    r69615 r69749  
    38593859        pszLogFile = szLogFile;
    38603860        /* Create release logger, to file: */
    3861         char szError[RTPATH_MAX + 128];
    38623861        com::VBoxLogRelCreate("GUI VM Selector Window",
    38633862                              pszLogFile,
     
    38703869                              60 * 60,
    38713870                              _1M,
    3872                               szError,
    3873                               sizeof(szError));
     3871                              NULL /*pErrInfo*/);
    38743872
    38753873        LogRel(("Qt version: %s\n", qtRTVersionString().toUtf8().constData()));
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