VirtualBox

Changeset 42267 in vbox for trunk/include/VBox


Ignore:
Timestamp:
Jul 20, 2012 2:28:16 PM (13 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
79323
Message:

remove RTPrintf

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/HostServices/Service.h

    r42266 r42267  
    3636#include <memory>  /* for auto_ptr */
    3737
    38 #include <iprt/stream.h> /* remove */
    39 
    4038namespace HGCM
    4139{
     
    6563            LogFlowFunc(("Message type does not match (%u (buffer), %u (guest))\n",
    6664                         m_uMsg, uMsg));
    67             RTPrintf("Message type does not match (%u (buffer), %u (guest))\n",
    68                         m_uMsg, uMsg);
    6965            return VERR_INVALID_PARAMETER;
    7066        }
     
    7369            LogFlowFunc(("Parameter count does not match (%u (buffer), %u (guest))\n",
    7470                         m_cParms, cParms));
    75             RTPrintf("Parameter count does not match (%u (buffer), %u (guest))\n",
    76                          m_cParms, cParms);
    7771            return VERR_INVALID_PARAMETER;
    7872        }
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette