瀏覽代碼

Trace log comment review

Ray 5 年之前
父節點
當前提交
7dfe42d6d0
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/raudio.c

+ 2 - 2
src/raudio.c

@@ -429,9 +429,9 @@ void CloseAudioDevice(void)
 
 
         CloseAudioBufferPool();
         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
 // Check if device has been initialized successfully