added log

This commit is contained in:
Sandro La Bruzzo 2020-02-26 15:25:03 +01:00
parent c3ecabd8e8
commit 1edf02a3ce
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ public class Scholix implements Serializable {
s.setSource(ScholixResource.fromSummary(scholixSummary));
return s;
} catch (Throwable e) {
throw new RuntimeException(e);
throw new RuntimeException(String.format("Summary: %s \n relation:%s",sourceSummaryJson, relation), e);
}
}