[users] Log when sudo is skipped

This commit is contained in:
Adriaan de Groot 2020-11-06 14:38:12 +01:00
parent 822e30c894
commit 6f41949bba

View File

@ -38,6 +38,7 @@ SetupSudoJob::exec()
{
if ( m_sudoGroup.isEmpty() )
{
cDebug() << "Skipping sudo 10-installer because the sudoGroup is empty.";
return Calamares::JobResult::ok();
}