Merge pull request #58 from mlin/no-stdout

Eliminate stdout message when launching a posix thread.
main
Kai Liu 11 years ago
commit 87bda51d77
  1. 3
      util/env_posix.cc

@ -1423,9 +1423,6 @@ class PosixEnv : public Env {
nullptr, nullptr,
&ThreadPool::BGThreadWrapper, &ThreadPool::BGThreadWrapper,
this)); this));
fprintf(stdout,
"Created bg thread 0x%lx\n",
(unsigned long)t);
// Set the thread name to aid debugging // Set the thread name to aid debugging
#if defined(_GNU_SOURCE) && defined(__GLIBC_PREREQ) #if defined(_GNU_SOURCE) && defined(__GLIBC_PREREQ)

Loading…
Cancel
Save