Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 1df8a0b

Browse files
committed
Change severity for trace of assigned RDMA port
1 parent 96799a1 commit 1df8a0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/tcop/postgres.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3739,7 +3739,7 @@ RsocketInitialize(Port *port)
37393739
errmsg("could not get name info: %m")));
37403740
pg_freeaddrinfo_all(hint.ai_family, addr);
37413741

3742-
elog(LOG, "Assign port %s to RDMA socket", local_port);
3742+
elog(DEBUG1, "Assign port %s to RDMA socket", local_port);
37433743

37443744
/*
37453745
* Select appropriate accept-queue length limit. PG_SOMAXCONN is only

0 commit comments

Comments
 (0)