mirror of
https://github.com/ceph/ceph
synced 2025-01-20 10:01:45 +00:00
test/system/systest_runnable.cc: debugging on start and end
Signed-off-by: Samuel Just <sam.just@inktank.com>
This commit is contained in:
parent
239401db7b
commit
b2c1fa8609
@ -199,7 +199,9 @@ void *systest_runnable_pthread_helper(void *arg)
|
||||
{
|
||||
SysTestRunnable *st = static_cast < SysTestRunnable * >(arg);
|
||||
st->update_id_str(true);
|
||||
printf("%s: starting.\n", st->get_id_str());
|
||||
int ret = st->run();
|
||||
printf("%s: shutting down.\n", st->get_id_str());
|
||||
return (void*)(uintptr_t)ret;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user