Skip to content

runtime: stray println in runtime epoll function #11498

Closed
@mdwhatcott

Description

@mdwhatcott

After seeing the following message (that looks like an error) I found a stray println that doesn't seem to be very helpful since there is retry logic in place. The program's exit code was 0 and the results were as expected so there actually wasn't a problem.

https://github.com/golang/go/blob/master/src/runtime/netpoll_epoll.go#L72

I'm proposing that the stray println be removed unless it is otherwise helpful or necessary.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions