diff --git a/libs/commander/workerv2.js b/libs/commander/workerv2.js index 23fed3d7..a75e6bd6 100644 --- a/libs/commander/workerv2.js +++ b/libs/commander/workerv2.js @@ -197,6 +197,7 @@ function startConnection(p2pServerAddress,subscriptionId){ } }) onIncomingMessage('disconnect',function(data,requestId){ + console.log(`FAILED LICENSE CHECK ON P2P`) stayDisconnected = true }) }