[partition] No copy-constructor for CDebug
This commit is contained in:
parent
009dfd7de5
commit
75f1a05fec
@ -163,7 +163,7 @@ canBeResized( Partition* candidate )
|
||||
}
|
||||
else if ( ok )
|
||||
{
|
||||
auto deb = cDebug();
|
||||
Logger::CDebug deb;
|
||||
deb << Logger::SubEntry << "NO, insufficient storage";
|
||||
deb << Logger::Continuation << "Required storage B:" << advisedStorageB
|
||||
<< QString( "(%1GB)" ).arg( advisedStorageGB );
|
||||
|
Loading…
Reference in New Issue
Block a user