summaryrefslogtreecommitdiff
path: root/checklink/Check.ml
diff options
context:
space:
mode:
Diffstat (limited to 'checklink/Check.ml')
-rw-r--r--checklink/Check.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/checklink/Check.ml b/checklink/Check.ml
index 6b3653b..fb7099e 100644
--- a/checklink/Check.ml
+++ b/checklink/Check.ml
@@ -3420,7 +3420,7 @@ let check_elf_dump elffilename sdumps =
(fun e ->
match string_of_log_entry false e with
| "" -> ()
- | s -> print_endline (s ^ "scoubidou")
+ | s -> print_endline s
)
(rev efw.log)
)