diff --git a/src/u_halstead.pas b/src/u_halstead.pas index 1087b3b4..5b562bba 100644 --- a/src/u_halstead.pas +++ b/src/u_halstead.pas @@ -226,7 +226,7 @@ procedure THalsteadMetrics.Measure(document: TDexedMemo); if fShowAllResults or not result then begin - fMsgs.message(format('%s(%d): metrics for "%s"', + fMsgs.message(format('%s:%d: metrics for "%s"', [document.fileName, line, val.AsString]), document, amcEdit, amkInf); fMsgs.message(format(' Vocabulary: %d', [voc]), document, amcEdit, amkInf);