Fix interactive information log error

This commit is contained in:
Pierre Muller 2023-03-20 14:51:18 +01:00
parent 33071fd179
commit 4ed8182c75

View File

@ -6252,7 +6252,7 @@ begin
ConsoleOutput := TMemoryStream.Create;
try
if Interactive then
Log(vlInfo,'Starting "%s" "%s" interactively',[Cmd,Args]);
Log(vlInfo,'Starting "%s" "%s" interactively',[Cmd,CmdLine]);
{$ifdef HAS_UNIT_PROCESS}
E:=ExecuteFPC(Verbose, Interactive, cmd, args, env, ConsoleOutput);
{$else}