Skip to content

Commit

Permalink
[backend] BSSched::RPC.pm: log creation of new RPCs
Browse files Browse the repository at this point in the history
We log when we get the result, so we should also log when
we start the RPC.
  • Loading branch information
mlschroe committed Mar 6, 2023
1 parent 0783842 commit feb6782
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/backend/BSSched/RPC.pm
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ sub xrpc {
$iswaiting->{$resource} = $handle;
return $handle;
}
print "new RPC $resource ($param->{'uri'})\n";
my $handle = BSRPC::rpc($param, @args);
$handle->{'_ctx'} = $ctx;
$handle->{'_iswaiting'} = $resource;
Expand Down

0 comments on commit feb6782

Please sign in to comment.