diff options
| author | Ray <[email protected]> | 2020-02-12 13:49:08 +0100 |
|---|---|---|
| committer | Ray <[email protected]> | 2020-02-12 13:49:08 +0100 |
| commit | 7dfe42d6d06a22767555e15dfd12748b709a19a7 (patch) | |
| tree | d1492d69b7fdf30ec59f0863c6eb04e753de7df6 | |
| parent | 55f064721392a70d0ca96816e2a9a0b133e4073f (diff) | |
| download | raylib-7dfe42d6d06a22767555e15dfd12748b709a19a7.tar.gz raylib-7dfe42d6d06a22767555e15dfd12748b709a19a7.zip | |
Trace log comment review
| -rw-r--r-- | src/raudio.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/raudio.c b/src/raudio.c index c5ffed73..dafe05c1 100644 --- a/src/raudio.c +++ b/src/raudio.c @@ -429,9 +429,9 @@ void CloseAudioDevice(void) CloseAudioBufferPool(); - TRACELOG(LOG_INFO, "Audio AUDIO.System.device closed successfully"); + TRACELOG(LOG_INFO, "Audio device closed successfully"); } - else TRACELOG(LOG_WARNING, "Could not close audio AUDIO.System.device because it is not currently initialized"); + else TRACELOG(LOG_WARNING, "Could not close audio device because it is not currently initialized"); } // Check if device has been initialized successfully |
