// Ask source to do the sync
// --------------------------------------------
start = System.currentTimeMillis();
advisorySource.synchronizeAdvisory(repo.getName(), advReport, advDetails);
ThreadUtil.checkInterrupted();
log.error("Synchronize Advisory: [" + source.getName() + "]: got sync report from adapter=[" + advReport
+ "] (" + (System.currentTimeMillis() - start) + ")ms");