- 
                Notifications
    
You must be signed in to change notification settings  - Fork 110
 
Closed
Description
The following messages are unconditionally printed to stdout when a thread is killed:
| std::cout << "Exiting Thread " << thread_descriptor_ << "!!" << std::endl; | 
| std::cout << "Successfully Exited Thread " << thread_descriptor_ << "!!" << std::endl; | 
This seems a bit odd, and it probably makes more sense for these to be AWS_LOG_DEBUG or AWS_LOG_TRACE messages instead.
shekharhimanshu and rich-g
Metadata
Metadata
Assignees
Labels
No labels