diff --git a/io/receiveGatewayPingReport.go b/io/receiveGatewayPingReport.go
index b219bb2a89c5561c1613e7aa7a1f2358c5014218..93d41377ea04bccfedd0fb9a270ee1ff47eea654 100644
--- a/io/receiveGatewayPingReport.go
+++ b/io/receiveGatewayPingReport.go
@@ -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 {