fix build duration of runnable not displayed in the right msg category

This commit is contained in:
Basile Burg 2019-01-17 06:40:25 +01:00
parent cafd08ca05
commit c59f21bbc3
1 changed files with 1 additions and 1 deletions

View File

@ -3171,7 +3171,7 @@ begin
if fAppliOpts.showBuildDuration then
begin
fMsgs.message('Runnable build duration: ' + formatTicksAsDuration(GetTickCount64 - fCompStart),
nil, amcAll, amkInf);
nil, amcEdit, amkInf);
end;
finally