Skip to content

Commit 617c71d

Browse files
committed
Merge branch 'hotfix/ard_analyze_nullpointer' into hotfix/3.1.261
2 parents 6f710ab + 312e147 commit 617c71d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/mServer/crawler/sender/ard/tasks/ArdFilmDetailTask.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ protected void processRestTarget(ArdFilmInfoDto aDTO, WebTarget aTarget) {
5656
}
5757
} catch (Exception e) {
5858
LOG.error("exception: " + aDTO.getUrl(), e);
59-
Log.errorLog(453455465, e);
59+
Log.errorLog(453455465, e, aDTO.getUrl());
6060
}
6161
}
6262

0 commit comments

Comments
 (0)