mirror of
https://github.com/mongodb/mongo.git
synced 2024-12-01 09:32:32 +01:00
debuggability
This commit is contained in:
parent
5f97419777
commit
30d3a841f2
@ -174,7 +174,7 @@ namespace mongo {
|
||||
#endif
|
||||
|
||||
if ( ! threadName.empty() ){
|
||||
cout << threadName << " ";
|
||||
cout << "[" << threadName << "] ";
|
||||
}
|
||||
cout << type << ( type[0] ? ": " : "" );
|
||||
cout << s;
|
||||
|
@ -32,6 +32,7 @@ namespace mongo {
|
||||
MessageHandler * handler;
|
||||
|
||||
void threadRun(){
|
||||
setThreadName( "conn" );
|
||||
TicketHolderReleaser connTicketReleaser( &connTicketHolder );
|
||||
|
||||
assert( grab );
|
||||
|
Loading…
Reference in New Issue
Block a user