mirror of
https://github.com/vale981/ray
synced 2025-03-06 10:31:39 -05:00
12 lines
367 B
Diff
12 lines
367 B
Diff
![]() |
diff --git src/logging.cc src/logging.cc
|
||
|
--- src/logging.cc
|
||
|
+++ src/logging.cc
|
||
|
@@ -1437,3 +1437,6 @@
|
||
|
+ << setfill(' ') << setw(5)
|
||
|
+ << static_cast<unsigned int>(getpid()) << setfill('0')
|
||
|
+ << ' '
|
||
|
<< setfill(' ') << setw(5)
|
||
|
<< static_cast<unsigned int>(GetTID()) << setfill('0')
|
||
|
<< ' '
|
||
|
--
|