mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-28 10:02:14 +00:00
ADD: Write process ID to doublecmd.err
This commit is contained in:
parent
121d707ace
commit
2e72326f6d
1 changed files with 3 additions and 2 deletions
|
|
@ -86,9 +86,10 @@ begin
|
|||
WriteLn(f, '| DC v', dcVersion, ' Rev. ', dcRevision,
|
||||
' -- ', TargetCPU + '-' + TargetOS + '-' + TargetWS);
|
||||
if WSVersion <> EmptyStr then
|
||||
WriteLn(f, '| ', OSVersion, ' -- ', WSVersion)
|
||||
Write(f, '| ', OSVersion, ' -- ', WSVersion)
|
||||
else
|
||||
WriteLn(f, '| ', OSVersion);
|
||||
Write(f, '| ', OSVersion);
|
||||
WriteLn(f, ' | PID ', GetProcessID);
|
||||
|
||||
if ExceptionText = EmptyStr then
|
||||
begin
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue