mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-19 23:17:21 -06:00
Add shutdown logging
This commit is contained in:
@@ -810,6 +810,8 @@ void Application::cleanup()
|
||||
if (!m_isCleanupRun.testAndSetAcquire(0, 1))
|
||||
return;
|
||||
|
||||
LogMsg(tr("qBittorrent termination initiated"));
|
||||
|
||||
#ifndef DISABLE_GUI
|
||||
if (m_window)
|
||||
{
|
||||
@@ -854,6 +856,7 @@ void Application::cleanup()
|
||||
SearchPluginManager::freeInstance();
|
||||
Utils::Fs::removeDirRecursively(Utils::Fs::tempPath());
|
||||
|
||||
LogMsg(tr("qBittorrent is now ready to exit"));
|
||||
Logger::freeInstance();
|
||||
delete m_fileLogger;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user