Skip to content

Commit

Permalink
Split log line which was more than 120 chars
Browse files Browse the repository at this point in the history
Signed-off-by: Pierre Turin <[email protected]>
  • Loading branch information
pieturin committed Jan 16, 2025
1 parent d5cb962 commit 28653a3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/cluster_legacy.c
Original file line number Diff line number Diff line change
Expand Up @@ -3329,7 +3329,8 @@ int clusterProcessPacket(clusterLink *link) {

/* We should always receive a MEET packet on an inbound link. */
serverAssert(link != sender->link);
serverLog(LL_NOTICE, "Freeing outbound link to node %.40s (%s) after receiving a MEET packet from this known node",
serverLog(LL_NOTICE, "Freeing outbound link to node %.40s (%s) after receiving a MEET packet "
"from this known node",
sender->name, sender->human_nodename);
freeClusterLink(sender->link);
}
Expand Down

0 comments on commit 28653a3

Please sign in to comment.