diff --git a/WarmlyLocomotive/WarmlyLocomotive/FormMapWithSetLocomotives.cs b/WarmlyLocomotive/WarmlyLocomotive/FormMapWithSetLocomotives.cs index 69815da..933cd2a 100644 --- a/WarmlyLocomotive/WarmlyLocomotive/FormMapWithSetLocomotives.cs +++ b/WarmlyLocomotive/WarmlyLocomotive/FormMapWithSetLocomotives.cs @@ -226,7 +226,7 @@ namespace WarmlyLocomotive } if (!_mapsDict.ContainsKey(comboBoxSelectorMap.Text)) { - _logger.LogWarning($"Нет карты с названием {comboBoxSelectorMap.Text}"); + _logger.LogInformation($"Нет карты с названием {comboBoxSelectorMap.Text}"); MessageBox.Show("Нет такой карты", "Ошибка", MessageBoxButtons.OK, MessageBoxIcon.Error); return; }