Skip to content
Snippets Groups Projects
Commit dc55c2c1 authored by Janne Mareike Koschinski's avatar Janne Mareike Koschinski
Browse files

Fix logging

parent 57376b19
No related branches found
No related tags found
No related merge requests found
...@@ -338,7 +338,7 @@ func (c *ApiClient) loadSuggestions(line string, date time.Time) ([]Suggestion, ...@@ -338,7 +338,7 @@ func (c *ApiClient) loadSuggestions(line string, date time.Time) ([]Suggestion,
var err error var err error
uri := fmt.Sprintf("%s/trainsearch.exe/dn", c.HafasBaseUrl) uri := fmt.Sprintf("%s/trainsearch.exe/dn", c.HafasBaseUrl)
logger.Infof("Loading CoachSequence %s %s", line, date.Format(time.RFC3339)) logger.Infof("Loading Suggestions %s %s", line, date.Format(time.RFC3339))
var suggestions []Suggestion var suggestions []Suggestion
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment