[partition] No copy-constructor for CDebug

This commit is contained in:
Adriaan de Groot 2019-04-15 10:05:29 -04:00
parent 009dfd7de5
commit 75f1a05fec

View File

@ -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 );