Use Log->Warn

This commit is contained in:
Crash Cringle
2025-03-04 01:58:46 -05:00
committed by teejusb
parent 17e4953d54
commit b770e9ad6b
+1 -1
View File
@@ -281,7 +281,7 @@ void SongManager::AddGroup( RString sDir, RString sGroupDirName, Group* group )
if ( group == nullptr ) {
// Could not AddGroup 'sGroupDirName'. Group object is null.
LuaHelpers::ReportScriptErrorFmt("Could not AddGroup '%s'. Group object is null.", sGroupDirName.c_str() );
LOG->Warn( "Could not AddGroup '%s'. Group object is null.", sGroupDirName.c_str() );
return;
}