Skip to content

Commit

Permalink
Viewport tracking message changed from Warning to Info.
Browse files Browse the repository at this point in the history
  • Loading branch information
BlueFinBima committed Aug 10, 2023
1 parent d926db0 commit 7920862
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Patching/DCS/MonitorSetupGenerator.cs
Original file line number Diff line number Diff line change
Expand Up @@ -240,8 +240,8 @@ private bool TryCreateViewport(ICollection<FormattableString> lines, KeyValuePai
{
if (!shadowVisual.IsViewportDirectlyOnMonitor)
{
string viewportWarning = $"Changes to viewport '{viewport.Key}' are not tracked automatically. If changes have been made to this viewport\'s size or location, ensure a \"Reload Status\" is performed before monitor configuration is attempted.";
ConfigManager.LogManager.LogWarning(viewportWarning);
string viewportInfo = $"Changes to viewport '{viewport.Key}' are not tracked automatically. If changes have been made to this viewport\'s size or location, ensure a \"Reload Status\" is performed before monitor configuration is attempted.";
ConfigManager.LogManager.LogInfo(viewportInfo);
}
break;
}
Expand Down

0 comments on commit 7920862

Please sign in to comment.