summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--audio/audio_template.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/audio_template.h b/audio/audio_template.h
index f0ef262ab3..33af42ed8b 100644
--- a/audio/audio_template.h
+++ b/audio/audio_template.h
@@ -529,8 +529,8 @@ SW *glue (AUD_open_, TYPE) (
         HW *hw = sw->hw;
 
         if (!hw) {
-            dolog ("Internal logic error voice `%s' has no hardware store\n",
-                   SW_NAME (sw));
+            dolog("Internal logic error: voice `%s' has no backend\n",
+                  SW_NAME(sw));
             goto fail;
         }