mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-02-02 09:55:55 +00:00
Add shutdown logging
This commit is contained in:
parent
e3425cfa9e
commit
8114c11d58
@ -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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user