fix ReadContracts log message

This commit is contained in:
Ivan Gutorov 2024-12-08 21:16:46 +04:00
parent e6340b0a54
commit d446aae8eb

View File

@ -90,7 +90,7 @@ public class ContractRepository : IContractRepository
}
catch (Exception ex)
{
_logger.LogError(ex, "Ошибка при удалении объекта");
_logger.LogError(ex, "Ошибка при чтении объекта");
throw;
}
}