Skip to content

Commit f25e51a

Browse files
committed
Fix compilation issues
Signed-off-by: Dom Del Nano <ddelnano@gmail.com>
1 parent 9a61b36 commit f25e51a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/stirling/source_connectors/dynamic_tracer/dynamic_tracing

src/stirling/source_connectors/dynamic_tracer/dynamic_tracing/autogen.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ void DetectSourceLanguage(obj_tools::ElfReader* elf_reader, obj_tools::DwarfRead
8080
// Back-up detection policy looks for certain language-specific symbols
8181
if (IsGoExecutable(elf_reader)) {
8282
detected_language = ir::shared::Language::GOLANG;
83-
LOG(INFO) << absl::Substitute("Using language GOLANG for object $1 and others",
83+
LOG(INFO) << absl::Substitute("Using language GOLANG for object $0 and others",
8484
input_program->deployment_spec().path_list().paths(0));
8585
}
8686

0 commit comments

Comments
 (0)