Index: uspace/drv/audio/sb16/dsp.c
===================================================================
--- uspace/drv/audio/sb16/dsp.c	(revision d337f749198cf8c80c5a3b2759d398dec63bc895)
+++ uspace/drv/audio/sb16/dsp.c	(revision 5b8e08e0e2732bd885d56883326360c90f6d08b1)
@@ -271,5 +271,6 @@
 		break;
 	default:
-		ddf_log_warning("Interrupt while DSP not active");
+		ddf_log_warning("Interrupt while DSP not active (%s)",
+		    dsp_state_to_str(dsp->state));
 	}
 }
