Skip to content

Commit 16e8ae0

Browse files
committed
Log when closing
1 parent 90278fc commit 16e8ae0

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

‎Torch.Server/Views/TorchUI.xaml.cs‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,7 @@ protected override void OnClosing(CancelEventArgs e)
196196

197197
//_config.Save(); //you idiot
198198

199+
_log.Info("Closing Torch...");
199200
if (_server?.State == ServerState.Running)
200201
_server.Stop();
201202

0 commit comments

Comments
 (0)