From 44ee97ac270d79c70093cbdc4ad6d9d55eb0c679 Mon Sep 17 00:00:00 2001 From: Felix Geyer Date: Sat, 31 Oct 2009 16:12:02 +0100 Subject: Imported Upstream version 3.0.10-dfsg --- src/VBox/Main/VirtualBoxImpl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/VBox/Main/VirtualBoxImpl.cpp') diff --git a/src/VBox/Main/VirtualBoxImpl.cpp b/src/VBox/Main/VirtualBoxImpl.cpp index 29778646b..b122643e6 100644 --- a/src/VBox/Main/VirtualBoxImpl.cpp +++ b/src/VBox/Main/VirtualBoxImpl.cpp @@ -1062,7 +1062,7 @@ STDMETHODIMP VirtualBox::FindMachine (IN_BSTR aName, IMachine **aMachine) : setError (VBOX_E_OBJECT_NOT_FOUND, tr ("Could not find a registered machine named '%ls'"), aName); - LogFlowThisFunc (("rc=%08X\n", rc)); + LogFlowThisFunc(("aName=\"%ls\", aMachine=%p, rc=%08X\n", aName, *aMachine, rc)); LogFlowThisFuncLeave(); return rc; -- cgit v1.2.3