diff --git a/grails-app/domain/streama/TvShow.groovy b/grails-app/domain/streama/TvShow.groovy index da618fa2c..3818a1f2b 100644 --- a/grails-app/domain/streama/TvShow.groovy +++ b/grails-app/domain/streama/TvShow.groovy @@ -54,8 +54,8 @@ class TvShow { try{ return theMovieDbService.getFullTvShowMeta(this.apiId) }catch (e){ - log.error("couldnt get FullTvShowMeta for ${this.apiId}") - log.error(e.message) + log.warn("couldnt get FullTvShowMeta for ${this.apiId}") + log.warn(e.message) return null } }