Skip to content

Unnecessary clutter in stdout #51

@rich-g

Description

@rich-g

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions