aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/simulate/annotations.adb
diff options
context:
space:
mode:
Diffstat (limited to 'src/vhdl/simulate/annotations.adb')
-rw-r--r--src/vhdl/simulate/annotations.adb3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/vhdl/simulate/annotations.adb b/src/vhdl/simulate/annotations.adb
index a7c2869a5..4b6270afd 100644
--- a/src/vhdl/simulate/annotations.adb
+++ b/src/vhdl/simulate/annotations.adb
@@ -1193,7 +1193,8 @@ package body Annotations is
El := Get_Library_Unit (Tree);
if Trace_Annotation then
- Ada.Text_IO.Put_Line ("annotating " & Disp_Node (El));
+ Report_Msg (Msgid_Note, Semantic, No_Location,
+ "annotating %n", (1 => +El));
end if;
case Get_Kind (El) is
when Iir_Kind_Entity_Declaration =>