VirtualBox

Changeset 16519 in vbox


Ignore:
Timestamp:
Feb 4, 2009 5:03:19 PM (16 years ago)
Author:
vboxsync
Message:

Changed the string formatter to those in iprt.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/cbinding/VBoxXPCOMC.cpp

    r16513 r16519  
    2828
    2929#include <iprt/string.h>
     30#define LOG_GROUP_MAIN
    3031#include <iprt/log.h>
    3132
     
    9293    if (NS_FAILED(rc))
    9394    {
    94         Log(("Cbinding: XPCOM could not be initialized! rc=0x%x\n",rc));
     95        Log(("Cbinding: XPCOM could not be initialized! rc=%Rhrc\n",rc));
    9596        VBoxComUninitialize();
    9697        return;
     
    100101    if (NS_FAILED(rc))
    101102    {
    102         Log(("Cbinding: Could not get component manager! rc=0x%x\n",rc));
     103        Log(("Cbinding: Could not get component manager! rc=%Rhrc\n",rc));
    103104        VBoxComUninitialize();
    104105        return;
     
    111112    if (NS_FAILED(rc))
    112113    {
    113         Log(("Cbinding: Could not instantiate VirtualBox object! rc=0x%x\n",rc));
     114        Log(("Cbinding: Could not instantiate VirtualBox object! rc=%Rhrc\n",rc));
    114115        VBoxComUninitialize();
    115116        return;
     
    124125    if (NS_FAILED(rc))
    125126    {
    126         Log(("Cbinding: Could not instantiate Session object! rc=0x%x\n",rc));
     127        Log(("Cbinding: Could not instantiate Session object! rc=%Rhrc\n",rc));
    127128        VBoxComUninitialize();
    128129        return;
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