Skip to content

Commit

Permalink
few more debug statements
Browse files Browse the repository at this point in the history
  • Loading branch information
ainani committed Mar 12, 2024
1 parent aaf05b4 commit 26be466
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/java_buildpack/container/tomcat/tomcat_geode_store.rb
Original file line number Diff line number Diff line change
Expand Up @@ -140,9 +140,9 @@ def detect_geode_tomcat_version
puts @droplet.sandbox + 'lib'
geode_modules_tomcat_pattern = /ge.*-tomcat(?<version>[0-9]*).*.jar/.freeze
Dir.foreach(@droplet.sandbox + 'lib') do |file|
puts "===DEBUG ABHISHEK==="
puts file
if geode_modules_tomcat_pattern.match(file)
puts "===DEBUG ABHISHEK==="
puts file
unless geode_tomcat_version.nil?
raise('Multiple versions of geode-modules-tomcat jar found. ' \
'Please verify your geode_store tar only contains one geode-modules-tomcat jar.')
Expand Down

0 comments on commit 26be466

Please sign in to comment.