Skip to content

Commit

Permalink
Initialized FMOD is now Info level
Browse files Browse the repository at this point in the history
  • Loading branch information
cinderblocks committed Jan 7, 2022
1 parent 38ac877 commit c415581
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Radegast/Core/Media/MediaManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ private void InitFMOD()
);

SoundSystemAvailable = true;
Logger.Log("Initialized FMOD Ex: " + outputType, Helpers.LogLevel.Debug);
Logger.Log("Initialized FMOD interface: " + outputType, Helpers.LogLevel.Info);
}
catch (Exception ex)
{
Expand Down

0 comments on commit c415581

Please sign in to comment.