summaryrefslogtreecommitdiffhomepage
path: root/src/raudio.c
diff options
context:
space:
mode:
authorRay <[email protected]>2020-02-12 13:49:08 +0100
committerRay <[email protected]>2020-02-12 13:49:08 +0100
commit7dfe42d6d06a22767555e15dfd12748b709a19a7 (patch)
treed1492d69b7fdf30ec59f0863c6eb04e753de7df6 /src/raudio.c
parent55f064721392a70d0ca96816e2a9a0b133e4073f (diff)
downloadraylib-7dfe42d6d06a22767555e15dfd12748b709a19a7.tar.gz
raylib-7dfe42d6d06a22767555e15dfd12748b709a19a7.zip
Trace log comment review
Diffstat (limited to 'src/raudio.c')
-rw-r--r--src/raudio.c4
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