Index: /trunk/src/VBox/VMM/PDMAsyncCompletionFile.cpp
===================================================================
--- /trunk/src/VBox/VMM/PDMAsyncCompletionFile.cpp	(revision 27473)
+++ /trunk/src/VBox/VMM/PDMAsyncCompletionFile.cpp	(revision 27474)
@@ -945,4 +945,7 @@
     }
 #endif
+
+    if (RT_SUCCESS(rc))
+        LogRel(("AIOMgr: Endpoint for file '%s' (flags %08x) created successfully\n", pszUri, pEpFile->fFlags));
 
     return rc;
