VirtualBox

Changeset 76590 in vbox for trunk


Ignore:
Timestamp:
Jan 1, 2019 7:37:15 PM (6 years ago)
Author:
vboxsync
Message:

Main/apiwrap-server.xsl: Use the sane logging header.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/idl/apiwrap-server.xsl

    r76488 r76590  
    202202<xsl:template match="interface" mode="codeheader">
    203203    <xsl:param name="addinterfaces"/>
    204     <xsl:value-of select="concat('#define LOG_GROUP_MAIN_OVERRIDE LOG_GROUP_MAIN_', translate(substring(@name, 2), $G_lowerCase, $G_upperCase), $G_sNewLine, $G_sNewLine)"/>
     204    <xsl:value-of select="concat('#define LOG_GROUP LOG_GROUP_MAIN_', translate(substring(@name, 2), $G_lowerCase, $G_upperCase), $G_sNewLine, $G_sNewLine)"/>
    205205    <xsl:value-of select="concat('#include &quot;', substring(@name, 2), 'Wrap.h&quot;', $G_sNewLine)"/>
    206     <xsl:text>#include "Logging.h"
     206    <xsl:text>#include "LoggingNew.h"
    207207#ifdef VBOX_WITH_DTRACE_R3_MAIN
    208208# include "dtrace/VBoxAPI.h"
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