Skip to content
Snippets Groups Projects
Commit 089e3b45 authored by Josh Brooks's avatar Josh Brooks
Browse files

Fix issue in print statement

parent b540cc92
No related branches found
No related tags found
No related merge requests found
......@@ -60,7 +60,7 @@ func ReceiveGatewayPingReport(report *pb.GatewayPingReport, auth *connect.Auth,
}
return nil
}
jww.TRACE.Printf("Failed to ping %d gateways for round %d", len(report.FailedGateways))
jww.TRACE.Printf("Failed to ping %d gateways for round %d", len(report.FailedGateways), roundID)
// Initiate round error if there are un-pingable gateways
if len(report.FailedGateways) != 0 {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment