mirror of
				https://github.com/cookiengineer/audacity
				synced 2025-11-04 08:04:06 +01:00 
			
		
		
		
	More detail in log message about Sequence with len > mMaxSamples.
This commit is contained in:
		@@ -847,7 +847,7 @@ void Sequence::HandleXMLEndTag(const wxChar *tag)
 | 
			
		||||
         	// This could be why the blockfile failed, so limit 
 | 
			
		||||
         	// the silent replacement to mMaxSamples.
 | 
			
		||||
            wxLogWarning(
 | 
			
		||||
               wxT("   Sequence has missing block file with length %s > mMaxSamples %s. Setting length to mMaxSamples."), 
 | 
			
		||||
               wxT("   Sequence has missing block file with length %s > mMaxSamples %s.\n      Setting length to mMaxSamples. This will likely cause some block files to be considered orphans."), 
 | 
			
		||||
               Internat::ToString(((wxLongLong)len).ToDouble(), 0).c_str(), 
 | 
			
		||||
               Internat::ToString(((wxLongLong)mMaxSamples).ToDouble(), 0).c_str());
 | 
			
		||||
            len = mMaxSamples;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user