Added codec to "Done buffering" message
This commit is contained in:
		
							parent
							
								
									3eb69ff2c7
								
							
						
					
					
						commit
						c895a6b7e2
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -628,7 +628,7 @@ namespace Mist {
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
    bufferFinalize(track);
 | 
					    bufferFinalize(track);
 | 
				
			||||||
    bufferTimer = Util::bootMS() - bufferTimer;
 | 
					    bufferTimer = Util::bootMS() - bufferTimer;
 | 
				
			||||||
    DEBUG_MSG(DLVL_DEVEL, "Done buffering page %d (%llu packets, %llu bytes) for track %d in %llums", keyNum, packCounter, byteCounter, track, bufferTimer);
 | 
					    DEBUG_MSG(DLVL_DEVEL, "Done buffering page %d (%llu packets, %llu bytes) for track %d (%s) in %llums", keyNum, packCounter, byteCounter, track, myMeta.tracks[track].codec.c_str(), bufferTimer);
 | 
				
			||||||
    pageCounter[track][keyNum] = 15;
 | 
					    pageCounter[track][keyNum] = 15;
 | 
				
			||||||
    return true;
 | 
					    return true;
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue