annoying log
This commit is contained in:
@@ -703,7 +703,7 @@ int64_t RageSound::GetPositionSecondsInternal( bool *bApproximate ) const
|
|||||||
* so guess what we think the real time is. */
|
* so guess what we think the real time is. */
|
||||||
if( m_PositionMapping.IsEmpty() )
|
if( m_PositionMapping.IsEmpty() )
|
||||||
{
|
{
|
||||||
LOG->Trace( "no data yet; %i", m_iStoppedPosition );
|
// LOG->Trace( "no data yet; %i", m_iStoppedPosition );
|
||||||
if( bApproximate )
|
if( bApproximate )
|
||||||
*bApproximate = true;
|
*bApproximate = true;
|
||||||
return m_iStoppedPosition;
|
return m_iStoppedPosition;
|
||||||
|
|||||||
Reference in New Issue
Block a user