[libcalamares] Fix warning message

- "create" was when this function was used elsewhere
main
Adriaan de Groot 5 years ago
parent 394eee3954
commit b502d78984

@ -280,7 +280,7 @@ System::targetPath( const QString& path ) const
if ( !gs || !gs->contains( "rootMountPoint" ) )
{
cWarning() << "No rootMountPoint in global storage, cannot create target file" << path;
cWarning() << "No rootMountPoint in global storage, cannot name target file" << path;
return QString();
}

Loading…
Cancel
Save