Skip to content

Commit 0ef8178

Browse files
author
Glyn Normington
committed
Merge 53222667- to master
[Completes #53222667]
2 parents 95e6484 + 0b802f4 commit 0ef8178

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/java_buildpack/framework/spring_auto_reconfiguration.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ def modify_web_xml
103103
web_xml = File.join @app_dir, WEB_XML
104104

105105
if File.exists? web_xml
106-
@logger.info 'Modifying /WEB-INF/web.xml for Auto Reconfiguration'
106+
puts ' Modifying /WEB-INF/web.xml for Auto Reconfiguration'
107107
@logger.debug { " Original web.xml: #{File.read web_xml}" }
108108

109109
modifier = File.open(web_xml) { |file| WebXmlModifier.new(file) }

0 commit comments

Comments
 (0)