summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/packet.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/packet.c b/lib/packet.c
index 7644646..0b879d2 100644
--- a/lib/packet.c
+++ b/lib/packet.c
@@ -362,7 +362,7 @@ _init_bev (struct rs_connection *conn, struct rs_peer *peer)
#endif /* RS_ENABLE_TLS */
default:
return rs_err_conn_push_fl (conn, RSE_INTERNAL, __FILE__, __LINE__,
- "%s: invalid connection type: %d", __func__,
+ "%s: unknown connection type: %d", __func__,
conn->type);
}