Project

General

Profile

« Previous | Next » 

Revision 60476

Log more about the error

View differences:

modules/dnet-openaireplus-workflows/trunk/src/main/java/eu/dnetlib/msro/openaireplus/workflows/nodes/hostedby/PatchHostedBy.java
85 85
				log.debug(" -- Missing hostedBy --");
86 86
			}
87 87
		} catch (Throwable e) {
88
			log.error("Error adding hosted by to " + record);
88
			log.error("Error adding hosted by to "  + e.getMessage()+" on record "+record);
89 89
		}
90 90
		return record;
91 91
	}

Also available in: Unified diff