diff --git a/src/modules/partition/core/PartUtils.cpp b/src/modules/partition/core/PartUtils.cpp
index 584b9079779f94b1114fdf39c0059ac689ae1018..04e8577746ad4f173b9b509ec124c3916e1101b6 100644
--- a/src/modules/partition/core/PartUtils.cpp
+++ b/src/modules/partition/core/PartUtils.cpp
@@ -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