File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ func (l *Lidarr) FromConfig(conf *viper.Viper) {
2929 l .Port = conf .GetInt ("port" )
3030 l .BaseURL = conf .GetString ("baseurl" )
3131 l .pathMaps = conf .GetStringMapString ("mappings" )
32- log .Debug ("Lidarr Path Maps: %v" , l .pathMaps )
32+ log .Debugf ("Lidarr Path Maps: %v" , l .pathMaps )
3333 } else {
3434 l .Process = false
3535 }
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ func (r *Radarr) FromConfig(conf *viper.Viper) {
2929 r .Port = conf .GetInt ("port" )
3030 r .BaseURL = conf .GetString ("baseurl" )
3131 r .pathMaps = conf .GetStringMapString ("mappings" )
32- log .Debug ("Radarr Path Maps: %v" , r .pathMaps )
32+ log .Debugf ("Radarr Path Maps: %v" , r .pathMaps )
3333 } else {
3434 r .Process = false
3535 }
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ func (s *Sonarr) FromConfig(conf *viper.Viper) {
2929 s .Port = conf .GetInt ("port" )
3030 s .BaseURL = conf .GetString ("baseurl" )
3131 s .pathMaps = conf .GetStringMapString ("mappings" )
32- log .Debug ("Sonarr Path Maps: %v" , s .pathMaps )
32+ log .Debugf ("Sonarr Path Maps: %v" , s .pathMaps )
3333 } else {
3434 s .Process = false
3535 }
You can’t perform that action at this time.
0 commit comments