Project

General

Profile

« Previous | Next » 

Revision 57230

print stack trace

View differences:

modules/dnet-parthenos-publisher/trunk/src/main/java/eu/dnetlib/parthenos/jrr/JRRPublisherHelper.java
44 44
					countSuccess++;
45 45
				}catch(Throwable t){
46 46
					log.warn(String.format("Cannot publish %s with URL %s", typeName, subject));
47
					log.warn(t.getMessage());
47
					log.warn(t.getCause());
48
					t.printStackTrace();
48 49
					countFailed++;
49 50
				}
50 51
			}

Also available in: Unified diff