reExecGet/Put()

This commit is contained in:
Michael Davidsaver
2020-12-31 11:12:19 -08:00
parent 708fbc8062
commit cd990fb459
7 changed files with 161 additions and 30 deletions
+1 -1
View File
@@ -457,7 +457,7 @@ void ServerConn::handle_GPR(pva_app_msg_t cmd)
op->subcmd = subcmd;
op->state = ServerOp::Executing;
log_debug_printf(connsetup, "CLient %s Get executing\n", peerName.c_str());
log_debug_printf(connsetup, "Client %s op%x executing\n", peerName.c_str(), cmd);
try {
if(cmd==CMD_RPC && isput) {