Browse Source

fixed mistype in message about auto flush

Stas 9 months ago
parent
commit
d82c2dc05f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/sphinxrt.cpp

+ 1 - 1
src/sphinxrt.cpp

@@ -3562,7 +3562,7 @@ void RtIndex_c::ConditionalDiskChunk ( )
 		int iFinalChunks = ( m_tRtChunks.DiskChunks()->GetLength() - 1 );
 		if ( iFinalChunks>=iCutoff )
 		{
-			RTSAVELOG << "not flush because optimize runining; engage to be run after " << tmFlushWriteUs;
+			RTSAVELOG << "not flush because optimize running; engage to be run after " << tmFlushWriteUs;
 			m_dSavingTimer.EngageAt ( tmNow + tmFlushWriteUs );
 			return;
 		}