Merge pull request #58 from mlin/no-stdout
Eliminate stdout message when launching a posix thread.
This commit is contained in:
commit
87bda51d77
@ -1423,9 +1423,6 @@ class PosixEnv : public Env {
|
||||
nullptr,
|
||||
&ThreadPool::BGThreadWrapper,
|
||||
this));
|
||||
fprintf(stdout,
|
||||
"Created bg thread 0x%lx\n",
|
||||
(unsigned long)t);
|
||||
|
||||
// Set the thread name to aid debugging
|
||||
#if defined(_GNU_SOURCE) && defined(__GLIBC_PREREQ)
|
||||
|
Loading…
Reference in New Issue
Block a user