diff --git a/proxy/src/pglb/handshake.rs b/proxy/src/pglb/handshake.rs index df6e5ecf8b..fd008614d9 100644 --- a/proxy/src/pglb/handshake.rs +++ b/proxy/src/pglb/handshake.rs @@ -139,7 +139,7 @@ pub(crate) async fn handshake( match conn_info.alpn_protocol() { None => { if direct.is_some() { - warn!("missing ALPN protocol 'postgresql'"); + warn!("missing ALPN"); return Err(HandshakeError::ProtocolViolation); } }