Changeset 215 in code for trunk/downstream.go


Ignore:
Timestamp:
Apr 3, 2020, 4:59:17 PM (5 years ago)
Author:
contact
Message:

Introduce messageLogger

This centralizes formatting related to message logging in a single
place.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/downstream.go

    r213 r215  
    12331233                        dc.lock.Unlock()
    12341234
    1235                         uc.appendLog(upstreamName, "<%s> %s", uc.nick, text)
     1235                        uc.appendLog(upstreamName, echoMsg)
    12361236
    12371237                        uc.network.ring.Produce(echoMsg)
Note: See TracChangeset for help on using the changeset viewer.