mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-30 10:55:37 -04:00
[finished] Log the doRestart() attempt
This commit is contained in:
parent
0d7c1ec130
commit
075a28a06d
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue