Changeset 37017 in vbox for trunk/src/VBox/Additions
- Timestamp:
- May 9, 2011 6:04:42 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/x11/VBoxClient/hostversion.cpp
r28800 r37017 4 4 5 5 /* 6 * Copyright (C) 20 09Oracle Corporation6 * Copyright (C) 2011 Oracle Corporation 7 7 * 8 8 * This file is part of VirtualBox Open Source Edition (OSE), as … … 129 129 { 130 130 int rc; 131 Log RelFlowFunc(("\n"));131 LogFlowFunc(("\n")); 132 132 133 133 /* Because we need desktop notifications to be displayed, wait … … 150 150 rc = VbglR3GuestPropConnect(&uGuestPropSvcClientID); 151 151 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)); 153 153 } 154 154 … … 187 187 } 188 188 # endif /* VBOX_WITH_GUEST_PROPS */ 189 Log RelFlowFunc(("returning %Rrc\n", rc));189 LogFlowFunc(("returning %Rrc\n", rc)); 190 190 return rc; 191 191 } … … 202 202 return new HostVersionService; 203 203 } 204
Note:
See TracChangeset
for help on using the changeset viewer.