updated error log message for music stream when file format isn't supported

This commit is contained in:
louisgjohnson 2020-04-06 18:48:31 +10:00
parent 33ecce864c
commit b548d9d9b7

View File

@ -1139,8 +1139,8 @@ Music LoadMusicStream(const char *fileName)
}
}
#endif
else TraceLog(LOG_WARNING, "[%s] Audio fileformat not supported, it can't be loaded", fileName);
else TRACELOG(LOG_WARNING, "STREAM: [%s] Fileformat not supported", fileName);
if (!musicLoaded)
{
if (false) { }