Skip to content

Commit 87bda51

Browse files
committed
Merge pull request XRPLF#58 from mlin/no-stdout
Eliminate stdout message when launching a posix thread.
2 parents 30a7006 + 4c75e21 commit 87bda51

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

util/env_posix.cc

-3
Original file line numberDiff line numberDiff line change
@@ -1423,9 +1423,6 @@ class PosixEnv : public Env {
14231423
nullptr,
14241424
&ThreadPool::BGThreadWrapper,
14251425
this));
1426-
fprintf(stdout,
1427-
"Created bg thread 0x%lx\n",
1428-
(unsigned long)t);
14291426

14301427
// Set the thread name to aid debugging
14311428
#if defined(_GNU_SOURCE) && defined(__GLIBC_PREREQ)

0 commit comments

Comments
 (0)