[libcalamares] Fix warning message
- "create" was when this function was used elsewhere
This commit is contained in:
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…
Reference in New Issue
Block a user