diff --git a/alib2algo/src/stringology/query/PositionHeapFactors.h b/alib2algo/src/stringology/query/PositionHeapFactors.h
index 0f0eeb2d540bcc8489bd6a1ca852eaf5698cca56..0c7884fc8d3890acf730ebff602a947e0cdfe03a 100644
--- a/alib2algo/src/stringology/query/PositionHeapFactors.h
+++ b/alib2algo/src/stringology/query/PositionHeapFactors.h
@@ -73,7 +73,7 @@ std::set < unsigned > PositionHeapFactors::query ( const indexes::PositionHeap <
 	for ( const SymbolType & symbol : string.getContent ( ) ) {
 
 		if(common::GlobalData::verbose)
-			std::clog << "on path possible occ (raw, string index): (" << node->getData ( ) << ", " << indexedStringSize - node->getData ( ) << ")";
+			std::clog << "on path possible occ (raw, string index): (" << node->getData ( ) << ", " << indexedStringSize - node->getData ( ) << ")" << std::endl;
 
 		if ( checkOcc ( string, depth, positionHeap.getString ( ), indexedStringSize - node->getData ( ) ) )
 			res.insert ( indexedStringSize - node->getData ( ) );