log & index.cshtml fix
This commit is contained in:
parent
c85b83dbb5
commit
dcbed5037f
@ -29,7 +29,7 @@
|
||||
Номер
|
||||
</th>
|
||||
<th>
|
||||
Мороженое
|
||||
Ремонт
|
||||
</th>
|
||||
<th>
|
||||
Дата создания
|
||||
|
@ -32,7 +32,7 @@ namespace CarRepairShopRestApi.Controllers
|
||||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
_logger.LogError(ex, "Receiving ice cream list error");
|
||||
_logger.LogError(ex, "Receiving repair list error");
|
||||
throw;
|
||||
}
|
||||
}
|
||||
@ -46,7 +46,7 @@ namespace CarRepairShopRestApi.Controllers
|
||||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
_logger.LogError(ex, "Error receiving ice cream by id = {Id}", repairId);
|
||||
_logger.LogError(ex, "Error receiving reapir by id = {Id}", repairId);
|
||||
throw;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user