mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-26 08:58:22 -04:00
[partition] No copy-constructor for CDebug
This commit is contained in:
parent
009dfd7de5
commit
75f1a05fec
1 changed files with 1 additions and 1 deletions
|
@ -163,7 +163,7 @@ canBeResized( Partition* candidate )
|
||||||
}
|
}
|
||||||
else if ( ok )
|
else if ( ok )
|
||||||
{
|
{
|
||||||
auto deb = cDebug();
|
Logger::CDebug deb;
|
||||||
deb << Logger::SubEntry << "NO, insufficient storage";
|
deb << Logger::SubEntry << "NO, insufficient storage";
|
||||||
deb << Logger::Continuation << "Required storage B:" << advisedStorageB
|
deb << Logger::Continuation << "Required storage B:" << advisedStorageB
|
||||||
<< QString( "(%1GB)" ).arg( advisedStorageGB );
|
<< QString( "(%1GB)" ).arg( advisedStorageGB );
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue