VirtualBox

Changeset 37017 in vbox for trunk/src/VBox/Additions


Ignore:
Timestamp:
May 9, 2011 6:04:42 PM (14 years ago)
Author:
vboxsync
Message:

VBoxClient: Logging adjustments.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/x11/VBoxClient/hostversion.cpp

    r28800 r37017  
    44
    55/*
    6  * Copyright (C) 2009 Oracle Corporation
     6 * Copyright (C) 2011 Oracle Corporation
    77 *
    88 * This file is part of VirtualBox Open Source Edition (OSE), as
     
    129129    {
    130130        int rc;
    131         LogRelFlowFunc(("\n"));
     131        LogFlowFunc(("\n"));
    132132
    133133        /* Because we need desktop notifications to be displayed, wait
     
    150150            rc = VbglR3GuestPropConnect(&uGuestPropSvcClientID);
    151151            if (RT_FAILURE(rc))
    152                 LogRel(("Cannot connect to guest property service! rc = %Rrc\n", rc));
     152                LogRel(("VBoxClient: Cannot connect to guest property service while chcking for host version! rc = %Rrc\n", rc));
    153153        }
    154154
     
    187187        }
    188188# endif /* VBOX_WITH_GUEST_PROPS */
    189         LogRelFlowFunc(("returning %Rrc\n", rc));
     189        LogFlowFunc(("returning %Rrc\n", rc));
    190190        return rc;
    191191    }
     
    202202    return new HostVersionService;
    203203}
     204
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