catch ( RuntimeException e )
{
log.error(
- "ParseException in repository scanning cron expression, disabling repository scanning for '': {}",
+ "ParseException in repository scanning cron expression, disabling repository scanning for '{}': {}",
repoConfig.getId(), e.getMessage() );
}
triggerAuditEvent( remoteAddr, locator.getRepositoryId(), logicalResource, AuditEvent.COPY_FILE );
}
- log.debug( "{}{}' copied to '{}' (current user '{)')", ( isCollection() ? "Directory '" : "File '" ),
+ log.debug( "{}{}' copied to '{}' (current user '{}')", ( isCollection() ? "Directory '" : "File '" ),
getLocalResource().getName(), destination, this.principal );
}