From c59f21bbc3660c3afa891dbb07d1a8c115421d37 Mon Sep 17 00:00:00 2001 From: Basile Burg Date: Thu, 17 Jan 2019 06:40:25 +0100 Subject: [PATCH] fix build duration of runnable not displayed in the right msg category --- src/u_main.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/u_main.pas b/src/u_main.pas index 76f0b7b1..97223e64 100644 --- a/src/u_main.pas +++ b/src/u_main.pas @@ -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