diff --git a/Boats/Boats/FormMapWithSetBoats.cs b/Boats/Boats/FormMapWithSetBoats.cs index 805dbed..27b40ca 100644 --- a/Boats/Boats/FormMapWithSetBoats.cs +++ b/Boats/Boats/FormMapWithSetBoats.cs @@ -147,7 +147,6 @@ namespace Boats { MessageBox.Show($"Неизвестная ошибка: {ex.Message}"); } - } /// /// Вывод набора @@ -243,6 +242,7 @@ namespace Boats MessageBoxButtons.YesNo, MessageBoxIcon.Question) == DialogResult.Yes) { _mapsCollection.DelMap(listBoxMaps.SelectedItem?.ToString() ?? string.Empty); + _logger.LogInformation($"Удалена карта {listBoxMaps.SelectedItem?.ToString() ?? ""}"); ReloadMaps(); } }