diff --git a/AlgoTecture.TelegramBot/Controllers/BoatController.cs b/AlgoTecture.TelegramBot/Controllers/BoatController.cs index 032f808..89ebd79 100644 --- a/AlgoTecture.TelegramBot/Controllers/BoatController.cs +++ b/AlgoTecture.TelegramBot/Controllers/BoatController.cs @@ -288,7 +288,7 @@ private async Task PressMakeAReservation(BotState botState) botState.EndRent.Value); if (checkedReservation != null) { - _logger.LogInformation($"Telegram User {user.TelegramUserInfo?.TelegramUserFullName} tried to reserved space {botState.SpaceName} with id " + + _logger.LogInformation($"User {user.TelegramUserInfo?.TelegramUserFullName} tried to reserved space {botState.SpaceName} with id " + $"{botState.SpaceId}. But this time is already reserved"); PushL("This time is already reserved");