Add missing my_pid to fprintf in multi_process_example (#6731)
Summary: Signed-off-by: Derrick Pallas <derrick@pallas.us> Pull Request resolved: https://github.com/facebook/rocksdb/pull/6731 Reviewed By: siying Differential Revision: D21137005 Pulled By: riversand963 fbshipit-source-id: a7182e1bec225bc110971f40e2d0e6c3a671c061
This commit is contained in:
parent
a50ea71c00
commit
3a1c29d40e
@ -301,7 +301,7 @@ void RunSecondary() {
|
|||||||
std::string value;
|
std::string value;
|
||||||
db->Get(ropts, key, &value);
|
db->Get(ropts, key, &value);
|
||||||
}
|
}
|
||||||
fprintf(stdout, "[process %ld] Point lookup thread finished\n");
|
fprintf(stdout, "[process %ld] Point lookup thread finished\n", my_pid);
|
||||||
});
|
});
|
||||||
|
|
||||||
uint64_t curr_key = 0;
|
uint64_t curr_key = 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user