[libcalamares] Fix typo

This commit is contained in:
Adriaan de Groot 2022-02-28 11:30:36 +01:00
parent f2a6736883
commit c5fec83f64

View File

@ -99,7 +99,7 @@ querySolidAutoMount( QDBusConnection& dbus, AutoMountInfo& info )
result = v.toBool();
}
}
if ( !r.has_value() )
if ( !result.has_value() )
{
cDebug() << "No viable response from Solid" << r.path();
}