summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--audio/dsound_template.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/dsound_template.h b/audio/dsound_template.h
index d517c90ce2..a3014028dc 100644
--- a/audio/dsound_template.h
+++ b/audio/dsound_template.h
@@ -197,7 +197,7 @@ static int dsound_init_out (HWVoiceOut *hw, audsettings_t *as)
 #endif
 
     if (!s->FIELD2) {
-        dsound_logerr ("Attempt to initialize voice without " NAME2 " object");
+        dolog ("Attempt to initialize voice without " NAME2 " object");
         return -1;
     }