public void log(IArtifactDescriptor descriptor, IStatus status) {
   if (!status.isOK()) {
     logger.debug(MIRROR_TOOL_MESSAGE_PREFIX + StatusTool.collectProblems(status));
     hasLogged = true;
   }
 }