Project

General

Profile

« Previous | Next » 

Revision 49888

Cleanup logs for full-text download

View differences:

DownloadWorker.java
120 120
				log.debug(threadId + ": Reading " + takedObject);
121 121

  
122 122
				if (di == null) {
123
					log.info("the current download item is Null, skipping");
123
					log.debug("the current download item is Null, skipping");
124 124
					DownloadServiceFeeder.reportException(report, null, new IllegalArgumentException("found null DownloadItem"));
125 125
				} else if (StringUtils.isNotBlank(di.getUrl()) && !checkIfExists(di)) {
126 126
					doDownload(threadId, report, di);

Also available in: Unified diff