Skip to content

Commit 3498694

Browse files
committed
Fix compilation issues
Signed-off-by: Dom Del Nano <[email protected]>
1 parent 0c58497 commit 3498694

File tree

1 file changed

+1
-1
lines changed
  • src/stirling/source_connectors/dynamic_tracer/dynamic_tracing

1 file changed

+1
-1
lines changed

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)