[libcalamares] Fix typo
This commit is contained in:
parent
f2a6736883
commit
c5fec83f64
@ -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();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user