Index: /trunk/src/VBox/Main/src-client/ConsoleImpl2.cpp
===================================================================
--- /trunk/src/VBox/Main/src-client/ConsoleImpl2.cpp	(revision 61912)
+++ /trunk/src/VBox/Main/src-client/ConsoleImpl2.cpp	(revision 61913)
@@ -2867,7 +2867,11 @@
                 case AudioDriverType_SolAudio:
                 {
-                    /** @todo Hack alert: Find a better solution. */
+                    /* Should not happen, as the Solaris Audio backend is not around anymore.
+                     * Remove this sometime later. */
                     LogRel(("Audio: WARNING: Solaris Audio is deprecated, please switch to OSS!\n"));
                     LogRel(("Audio: Automatically setting host audio backend to OSS\n"));
+
+                    AssertMsgFailed(("Used SolAudio as audio backend, which should not happen anymore\n"));
+
                     /* Manually set backend to OSS for now. */
                     InsertConfigString(pLunL1, "Driver", "OSSAudio");
