Index: /trunk/src/VBox/VMM/VMMR0/HMSVMR0.cpp
===================================================================
--- /trunk/src/VBox/VMM/VMMR0/HMSVMR0.cpp	(revision 68278)
+++ /trunk/src/VBox/VMM/VMMR0/HMSVMR0.cpp	(revision 68279)
@@ -6340,5 +6340,5 @@
     if (pSvmTransient->fWasGuestDebugStateActive)
     {
-        AssertMsgFailed(("hmR0SvmHandleExit: Unexpected exit %#RX32\n", (uint32_t)pSvmTransient->u64ExitCode));
+        AssertMsgFailed(("hmR0SvmExitReadDRx: Unexpected exit %#RX32\n", (uint32_t)pSvmTransient->u64ExitCode));
         pVCpu->hm.s.u32HMError = (uint32_t)pSvmTransient->u64ExitCode;
         return VERR_SVM_UNEXPECTED_EXIT;
