[finished] Log the doRestart() attempt
This commit is contained in:
parent
0d7c1ec130
commit
075a28a06d
@ -111,6 +111,7 @@ Config::onInstallationFailed( const QString& message, const QString& details )
|
||||
void
|
||||
Config::doRestart()
|
||||
{
|
||||
cDebug() << "Restart requested, mode=" << restartModes().find( restartNowMode() ) << " want?" << restartNowWanted();
|
||||
if ( restartNowMode() != RestartMode::Never && restartNowWanted() )
|
||||
{
|
||||
cDebug() << "Running restart command" << m_restartNowCommand;
|
||||
|
Loading…
Reference in New Issue
Block a user