Skip to content

Commit 0a89399

Browse files
author
dularion
committed
reduce log-level severity for missing FullTvShowMeta
(cherry picked from commit 8a842ad)
1 parent d5d6bd9 commit 0a89399

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

grails-app/domain/streama/TvShow.groovy

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ class TvShow {
5454
try{
5555
return theMovieDbService.getFullTvShowMeta(this.apiId)
5656
}catch (e){
57-
log.error("couldnt get FullTvShowMeta for ${this.apiId}")
58-
log.error(e.message)
57+
log.warn("couldnt get FullTvShowMeta for ${this.apiId}")
58+
log.warn(e.message)
5959
return null
6060
}
6161
}

0 commit comments

Comments
 (0)