Silence FluidSynth's "function is a stub" log messages#321
Conversation
|
What is that log message intended for by upstream? Is it indicative of some other issue that we might want to fix? |
|
The message appears when FluidSynth tries to use two filesystem-related functions, |
|
@white-axe OK so this is a verbosity bug in FluidSynth's logging (messages are logged at |
|
Yes, it's an issue with the log level. I don't see any FluidSynth issues for this. |
|
@white-axe Would you be willing to file an issue with FluidSynth about this? It seems like the kind of thing that they'd be happy to fix. |
|
I've opened a pull request for this at FluidSynth/fluidsynth#1795. |
|
Since FluidSynth 2.5.5 is now released with the log level changed, I've removed the log filtering code in favour of simply bumping FluidSynth from 2.5.0 to 2.5.5. |
|
@white-axe Can you squash this PR down to one commit? |
(cherry picked from commit 267562a)

Maruno has complained that FluidSynth now adds useless error messages to the console in Pokémon Essentials, so let's remove them.