foxygit / doom Log in
commit bbfab137dcb6e5d906a4a41fcf38a35d77dca85a
Author:     Michael Day <contact@michaelcday.com>
AuthorDate: Mon Mar 20 23:01:07 2023 -0400
Commit:     Michael Day <contact@michaelcday.com>
CommitDate: Tue Mar 21 13:59:23 2023 -0400

    Restore FluidSynth error reporting
---
 src/i_flmusic.c | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/src/i_flmusic.c b/src/i_flmusic.c
index d022f9c6..4058497c 100644
--- a/src/i_flmusic.c
+++ b/src/i_flmusic.c
@@ -84,10 +84,6 @@ static boolean I_FL_InitMusic(void)
         return false;
     }

-    // quiet FluidSynth
-    fluid_set_log_function(FLUID_ERR, NULL, NULL);
-    fluid_set_log_function(FLUID_WARN, NULL, NULL);
-
     settings = new_fluid_settings();

     fluid_settings_setnum(settings, "synth.sample-rate", snd_samplerate);