Skip to content

Commit e1e4d20

Browse files
Update zero-code-instrumentation/lib/zero-code-instrumentation.rb
Co-authored-by: Ariel Valentin <[email protected]>
1 parent 342084f commit e1e4d20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

zero-code-instrumentation/lib/zero-code-instrumentation.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ def require_otel
128128
loaded_library_file_path << file_path if include_file
129129
end
130130

131-
puts loaded_library_file_path.to_s if ENV['ZERO_CODE_DEBUG'] == 'true'
131+
puts "Loaded Library File Paths " + loaded_library_file_path.join(",") if ENV['ZERO_CODE_DEBUG'] == 'true'
132132

133133
loaded_library_file_path.each do |file_path|
134134
$LOAD_PATH.unshift("#{file_path}/lib")

0 commit comments

Comments
 (0)