You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
console.log('saved '+literal.hash+' in '+(s2-s1)+'ms')
963
971
964
972
// FIXME: there's no validation of the op matching the actual causal history op
965
973
// TODO: validate, remove op and all history following if op does not match
966
974
967
-
this.opXferLog.debug('\n'+this.logPrefix+'\nReceived op '+literal.hash+' from request '+reqInfo.request.requestId);
975
+
this.opXferLog.debug('\n'+this.logPrefix+'\nReceived op '+literal.hash+' from request '+reqInfo.request.requestId+'(was requested: '+(reqInfo.request.requestedOps!==undefined&&reqInfo.request.requestedOps.indexOf(literal.hash)>=0)+') ');
0 commit comments