logs
This commit is contained in:
@ -185,7 +185,6 @@ namespace Yavsc.Services
|
|||||||
{
|
{
|
||||||
string msg = "room seemd to be avaible ... but we could get no info on it.";
|
string msg = "room seemd to be avaible ... but we could get no info on it.";
|
||||||
_errorHandler(roomName, msg);
|
_errorHandler(roomName, msg);
|
||||||
_logger.LogError(msg);
|
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -216,7 +215,6 @@ namespace Yavsc.Services
|
|||||||
{
|
{
|
||||||
string msg = "Chan create failed unexpectly...";
|
string msg = "Chan create failed unexpectly...";
|
||||||
_errorHandler(roomName, msg);
|
_errorHandler(roomName, msg);
|
||||||
_logger.LogError(msg);
|
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user