VirtualBox

Changeset 78400 in vbox for trunk/src/VBox/Runtime/common


Ignore:
Timestamp:
May 6, 2019 6:10:42 PM (6 years ago)
Author:
vboxsync
Message:

RTPathAbsEx: logging.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/common/path/RTPathAbsEx.cpp

    r78153 r78400  
    2929*   Header Files                                                                                                                 *
    3030*********************************************************************************************************************************/
     31#define LOG_GROUP RTLOGGROUP_PATH
    3132#include "internal/iprt.h"
    3233#include <iprt/path.h>
     
    3435#include <iprt/err.h>
    3536#include <iprt/ctype.h>
     37#include <iprt/log.h>
    3638#include <iprt/mem.h>
    3739#include <iprt/param.h>
     
    603605RTDECL(int) RTPathAbsEx(const char *pszBase, const char *pszPath, uint32_t fFlags, char *pszAbsPath, size_t *pcbAbsPath)
    604606{
     607    LogFlow(("RTPathAbsEx: pszBase=%s pszPath=%s fFlags=%#x\n", pszBase, pszPath, fFlags));
     608
    605609    /*
    606610     * Some input validation.
     
    674678    if (pParsedFree)
    675679        RTMemTmpFree(pParsedFree);
     680    LogFlow(("RTPathAbsEx: returns %Rrc *pcbAbsPath=%#zx\n", rc, *pcbAbsPath));
    676681    return rc;
    677682}
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