Index: /trunk/src/VBox/Main/src-client/MachineDebuggerImpl.cpp
===================================================================
--- /trunk/src/VBox/Main/src-client/MachineDebuggerImpl.cpp	(revision 39675)
+++ /trunk/src/VBox/Main/src-client/MachineDebuggerImpl.cpp	(revision 39676)
@@ -529,5 +529,5 @@
     HRESULT hrc = autoCaller.rc();
     if (SUCCEEDED(hrc))
-        hrc = logStringProps(RTLogRelDefaultInstance(), RTLogGetDestinations, "RTLogGetDestinations", a_pbstrSettings);
+        hrc = logStringProps(RTLogGetDefaultInstance(), RTLogGetDestinations, "RTLogGetDestinations", a_pbstrSettings);
 
     return hrc;
