mirror of
https://github.com/parchlinux/calamares.git
synced 2025-07-02 03:45:38 -04:00
[libcalamares] Fix typo
This commit is contained in:
parent
f2a6736883
commit
c5fec83f64
1 changed files with 1 additions and 1 deletions
|
@ -99,7 +99,7 @@ querySolidAutoMount( QDBusConnection& dbus, AutoMountInfo& info )
|
||||||
result = v.toBool();
|
result = v.toBool();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if ( !r.has_value() )
|
if ( !result.has_value() )
|
||||||
{
|
{
|
||||||
cDebug() << "No viable response from Solid" << r.path();
|
cDebug() << "No viable response from Solid" << r.path();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue