mirror of
https://github.com/MariaDB/server.git
synced 2025-01-31 19:11:46 +01:00
fix debug string in TR::report_disconnect
This commit is contained in:
parent
c7f9c0d871
commit
ec26af487d
1 changed files with 1 additions and 1 deletions
|
@ -1208,7 +1208,7 @@ TransporterRegistry::report_connect(NodeId node_id)
|
|||
void
|
||||
TransporterRegistry::report_disconnect(NodeId node_id, int errnum)
|
||||
{
|
||||
DBUG_ENTER("TransporterRegistry::report_connect");
|
||||
DBUG_ENTER("TransporterRegistry::report_disconnect");
|
||||
DBUG_PRINT("info",("performStates[%d]=DISCONNECTED",node_id));
|
||||
performStates[node_id] = DISCONNECTED;
|
||||
reportDisconnect(callbackObj, node_id, errnum);
|
||||
|
|
Loading…
Add table
Reference in a new issue