mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-26 00:48:22 -04:00
[partition] Remove confusing spaces in logging
This commit is contained in:
parent
dbac9ecf7b
commit
93be1a6582
1 changed files with 2 additions and 2 deletions
|
@ -169,8 +169,8 @@ canBeResized( Partition* candidate )
|
|||
<< QString( "(%1GB)" ).arg( advisedStorageGB );
|
||||
deb << Logger::Continuation << "Available storage B:" << availableStorageB
|
||||
<< QString( "(%1GB)" ).arg( availableStorageB / 1024 / 1024 / 1024 )
|
||||
<< "for" << convenienceName( candidate ) << " length:" << candidate->length()
|
||||
<< " sectorsUsed:" << candidate->sectorsUsed() << " fsType:" << candidate->fileSystem().name();
|
||||
<< "for" << convenienceName( candidate ) << "length:" << candidate->length()
|
||||
<< "sectorsUsed:" << candidate->sectorsUsed() << "fsType:" << candidate->fileSystem().name();
|
||||
return false;
|
||||
}
|
||||
else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue