diff --git a/src/main/java/hudson/plugins/textfinder/TextFinderPublisher.java b/src/main/java/hudson/plugins/textfinder/TextFinderPublisher.java index 9d0f0a4..9e0a4e4 100644 --- a/src/main/java/hudson/plugins/textfinder/TextFinderPublisher.java +++ b/src/main/java/hudson/plugins/textfinder/TextFinderPublisher.java @@ -92,7 +92,7 @@ private void findText(AbstractBuild build, PrintStream logger) throws IOExceptio // printing this when checking console output will cause the plugin // to find this line, which would be pointless. // doing this only when fileSet!=null to avoid - logger.println("Checking " + regexp); + logger.println("Checking for " + "'" + regexp + "'" + " in " + build.getLogFile()); } final RemoteOutputStream ros = new RemoteOutputStream(logger);