We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e972cf commit ca57c93Copy full SHA for ca57c93
src/pb_stub.cc
@@ -737,7 +737,7 @@ Stub::ProcessRequests(RequestBatch* request_batch_shm_ptr)
737
error_string;
738
LOG_ERROR << err_message.c_str();
739
response_batch_shm_ptr->has_error = true;
740
- error_string_shm = PbString::Create(shm_pool_, error_string);
+ error_string_shm = PbString::Create(shm_pool_, err_message);
741
response_batch_shm_ptr->error = error_string_shm->ShmHandle();
742
response_batch_shm_ptr->is_error_set = true;
743
}
0 commit comments