Changeset 627 in code for trunk


Ignore:
Timestamp:
Oct 12, 2021, 3:36:00 PM (4 years ago)
Author:
contact
Message:

Fix printf formatting in error message

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/downstream.go

    r618 r627  
    22042204                        targets, err := store.ListTargets(network, bounds[0], bounds[1], limit)
    22052205                        if err != nil {
    2206                                 dc.logger.Printf("failed fetching targets for chathistory: %v", target, err)
     2206                                dc.logger.Printf("failed fetching targets for chathistory: %v", err)
    22072207                                return ircError{&irc.Message{
    22082208                                        Command: "FAIL",
Note: See TracChangeset for help on using the changeset viewer.