mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-10-06 18:06:26 +00:00
audio: LOG_DEBUG_CONVERT should use SDL_Log, not fprintf(stderr).
This commit is contained in:
@@ -29,7 +29,7 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if DEBUG_CONVERT
|
#if DEBUG_CONVERT
|
||||||
#define LOG_DEBUG_CONVERT(from, to) fprintf(stderr, "Converting %s to %s.\n", from, to);
|
#define LOG_DEBUG_CONVERT(from, to) SDL_Log("SDL_AUDIO_CONVERT: Converting %s to %s.\n", from, to);
|
||||||
#else
|
#else
|
||||||
#define LOG_DEBUG_CONVERT(from, to)
|
#define LOG_DEBUG_CONVERT(from, to)
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user