diff --git a/DeleteArr.go b/DeleteArr.go index 906223b..75fc52d 100644 --- a/DeleteArr.go +++ b/DeleteArr.go @@ -129,7 +129,7 @@ func main() { if RadarrEventType != "" { m.EventType = os.Getenv("radarr_eventtype") m.SourcePath = os.Getenv("radarr_moviefile_sourcepath") - log.Printf("The Source Path is: %v", m.SourcePath) + log.Printf("---------------------------------------------------------\nThe Source Path is: %v", m.SourcePath) m.SourceFolder = os.Getenv("radarr_moviefile_sourcefolder") log.Printf("The Source Folder is: %v", m.SourceFolder) m.Arr = "Radarr" @@ -139,7 +139,7 @@ func main() { if SonarrEventType != "" { m.EventType = os.Getenv("sonarr_eventtype") m.SourcePath = os.Getenv("sonarr_episodefile_sourcepath") - log.Printf("The Source Path is: %v", m.SourcePath) + log.Printf("---------------------------------------------------------\nThe Source Path is: %v", m.SourcePath) m.SourceFolder = os.Getenv("sonarr_episodefile_sourcefolder") log.Printf("The Source Folder is: %v", m.SourceFolder) m.Arr = "Sonarr"