This commit is contained in:
kozabrada123 2024-04-16 15:38:06 +02:00
parent a1884dbc81
commit b94c89d760
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ impl TungsteniteBackend {
if let Err(e) = certs {
log::error!("Failed to load platform native certs! {:?}", e);
return Err(GatewayError::CannotConnect {
return Err(VoiceGatewayError::CannotConnect {
error: format!("{:?}", e),
});
}