updated error log message for music stream when file format isn't supported
This commit is contained in:
parent
33ecce864c
commit
b548d9d9b7
|
|
@ -1139,7 +1139,7 @@ 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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user