Changeset 515 in code for trunk/downstream.go


Ignore:
Timestamp:
May 11, 2021, 10:42:12 AM (4 years ago)
Author:
contact
Message:

Add more context to chathistory errors

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/downstream.go

    r512 r515  
    18631863                }
    18641864                if err != nil {
    1865                         dc.logger.Printf("failed parsing log messages for chathistory: %v", err)
     1865                        dc.logger.Printf("failed fetching %q messages for chathistory: %v", target, err)
    18661866                        return newChatHistoryError(subcommand, target)
    18671867                }
Note: See TracChangeset for help on using the changeset viewer.