From 7dfe42d6d06a22767555e15dfd12748b709a19a7 Mon Sep 17 00:00:00 2001 From: Ray Date: Wed, 12 Feb 2020 13:49:08 +0100 Subject: [PATCH] Trace log comment review --- src/raudio.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/raudio.c b/src/raudio.c index c5ffed73e..dafe05c1b 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