Index: /trunk/src/VBox/Devices/Audio/DevIchIntelHDA.cpp
===================================================================
--- /trunk/src/VBox/Devices/Audio/DevIchIntelHDA.cpp	(revision 33672)
+++ /trunk/src/VBox/Devices/Audio/DevIchIntelHDA.cpp	(revision 33673)
@@ -971,5 +971,5 @@
     if(u32Value & HDA_REG_FIELD_FLAG_MASK(SDCTL, SRST))
     {
-        LogRel(("hda: guest has initiated hw stream reset\n"));
+        Log(("hda: guest has initiated hw stream reset\n"));
         pState->u8StreamsInReset |= HDA_STREAM_BITMASK(offset);
         hdaStreamReset(pState, offset);
@@ -978,5 +978,5 @@
     else if (HDA_IS_STREAM_IN_RESET(pState, offset))
     {
-        LogRel(("hda: guest has initiated exit of stream reset\n"));
+        Log(("hda: guest has initiated exit of stream reset\n"));
         pState->u8StreamsInReset &= ~HDA_STREAM_BITMASK(offset);
         HDA_REG_IND(pState, index) &= ~HDA_REG_FIELD_FLAG_MASK(SDCTL, SRST);
@@ -1572,7 +1572,5 @@
     RIRBWP(&pThis->hda) = 0x0;
 
-    LogRel(("hda: inter HDA reset.\n"));
-    //** @todo r=michaln: There should be LogRel statements when the guest initializes
-    // or resets the HDA chip, and possibly also when opening the PCM streams.
+    Log(("hda: inter HDA reset.\n"));
     pThis->hda.cbCorbBuf = 256 * sizeof(uint32_t);
 
