From 6dc9754cb2bdd3d50b67fa5f6ec2d74778cdcd63 Mon Sep 17 00:00:00 2001 From: jl777 Date: Mon, 25 Mar 2019 03:04:52 -1100 Subject: [PATCH] +print --- src/cc/gamescc.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/cc/gamescc.cpp b/src/cc/gamescc.cpp index ca780b8cf..fe2cfdcae 100644 --- a/src/cc/gamescc.cpp +++ b/src/cc/gamescc.cpp @@ -285,7 +285,10 @@ void komodo_netevent(std::vector message) if ( games_payload(pk,timestamp,payload) == 0 ) // first time this is seen { if ( (rand() % 10) == 0 ) + { + fprintf(stderr,"relay message.[%d]\n",(int32_t)message.size()); komodo_sendmessage(2,2,"events",message); + } } } for (i=0; i