diff --git a/YARG.Core/Chart/Tracks/InstrumentDifficultyExtensions.cs b/YARG.Core/Chart/Tracks/InstrumentDifficultyExtensions.cs index b1b19a179..e103f5db5 100644 --- a/YARG.Core/Chart/Tracks/InstrumentDifficultyExtensions.cs +++ b/YARG.Core/Chart/Tracks/InstrumentDifficultyExtensions.cs @@ -86,7 +86,7 @@ public static void ShuffleNotes(this InstrumentDifficulty difficulty if (availableFrets.Count < 1) { // Ignore un-shuffleable notes - YargLogger.LogFormatDebug("Cannot shuffle note at {0:0.000} ({1}), removing.", note.Time, note.Tick); + YargLogger.LogFormatWarning("Cannot shuffle note at {0:0.000} ({1}), removing.", note.Time, note.Tick); continue; }