Skip to content

Commit

Permalink
Merge branch 'mr/jicquel/#58.add-space' into 'master'
Browse files Browse the repository at this point in the history
Add a space between the prefix and the exception with GNATCOLL.Traces

See merge request eng/toolchain/gnatcoll-core!102
  • Loading branch information
Jicquel committed May 22, 2024
2 parents f6a484b + d3192a7 commit 89d21e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gnatcoll-traces.adb
Original file line number Diff line number Diff line change
Expand Up @@ -1106,7 +1106,7 @@ package body GNATCOLL.Traces is
then
Create_Exception_Handle (Trace_Handle (Handle));
Trace (Handle.Exception_Handle,
Msg & Ada.Exceptions.Exception_Information (E),
Msg & " " & Ada.Exceptions.Exception_Information (E),
Style => Style);
end if;
end Trace;
Expand Down

0 comments on commit 89d21e6

Please sign in to comment.