mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2025-08-26 11:17:57 +08:00
Include date + time in disconnect log message.
This commit is contained in:
@ -268,7 +268,7 @@ begin
|
||||
FConnectionStarted := 0;
|
||||
FHandle := nil;
|
||||
FCapabilities := [];
|
||||
Log(lcInfo, 'Connection to '+FHostname+' closed');
|
||||
Log(lcInfo, 'Connection to '+FHostname+' closed at '+DateTimeToStr(Now));
|
||||
end;
|
||||
|
||||
end;
|
||||
|
Reference in New Issue
Block a user