Blank name in some log messages

Issue #35 new
Former user created an issue

Copied from bug number 79 in old bug database.

Smong: Some log messages from the net module show a blank name. With the most common being: "I <net> [] [pid=1] disconnected"

Solution: Use LogP instead of Log.

Affects lines 1624, 1655, 1829, 1855 and 1987 in net.c. (just search for "[%s] [pid=").

Comments (2)

  1. Former user Account Deleted

    iirc when I looked at this a couple weeks ago, changing to LogP will make no difference. A connection can be dropped before login, so there is no name. I need to confirm and update this issue.

  2. Log in to comment