File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ func (l *Lidarr) FromConfig(conf *viper.Viper) {
29
29
l .Port = conf .GetInt ("port" )
30
30
l .BaseURL = conf .GetString ("baseurl" )
31
31
l .pathMaps = conf .GetStringMapString ("mappings" )
32
- log .Debug ("Lidarr Path Maps: %v" , l .pathMaps )
32
+ log .Debugf ("Lidarr Path Maps: %v" , l .pathMaps )
33
33
} else {
34
34
l .Process = false
35
35
}
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ func (r *Radarr) FromConfig(conf *viper.Viper) {
29
29
r .Port = conf .GetInt ("port" )
30
30
r .BaseURL = conf .GetString ("baseurl" )
31
31
r .pathMaps = conf .GetStringMapString ("mappings" )
32
- log .Debug ("Radarr Path Maps: %v" , r .pathMaps )
32
+ log .Debugf ("Radarr Path Maps: %v" , r .pathMaps )
33
33
} else {
34
34
r .Process = false
35
35
}
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ func (s *Sonarr) FromConfig(conf *viper.Viper) {
29
29
s .Port = conf .GetInt ("port" )
30
30
s .BaseURL = conf .GetString ("baseurl" )
31
31
s .pathMaps = conf .GetStringMapString ("mappings" )
32
- log .Debug ("Sonarr Path Maps: %v" , s .pathMaps )
32
+ log .Debugf ("Sonarr Path Maps: %v" , s .pathMaps )
33
33
} else {
34
34
s .Process = false
35
35
}
You can’t perform that action at this time.
0 commit comments