This commit is contained in:
kozabrada123 2024-04-16 15:38:06 +02:00
parent ff224c6602
commit 31df45f0fc
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),
});
}