Use Log->Warn
This commit is contained in:
+1
-1
@@ -281,7 +281,7 @@ void SongManager::AddGroup( RString sDir, RString sGroupDirName, Group* group )
|
|||||||
|
|
||||||
if ( group == nullptr ) {
|
if ( group == nullptr ) {
|
||||||
// Could not AddGroup 'sGroupDirName'. Group object is null.
|
// 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;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user