2024-06-12 07:00:43 +00:00
committed by Git OBS Bridge
parent ced6331f43
commit 4f03ba62f3

View File

@@ -28,7 +28,7 @@
@Override
public void execute() throws MojoExecutionException, MojoFailureException {
- final Log log = getLog();
+ final Logger log = LoggerFactory.getLogger(PreprocessorClearMojo.class);
+ final Logger log = LoggerFactory.getLogger(this.getClass());
log.info("Cleaning has been started");
if (this.fileSets == null) {