Changeset 148c4910187df1d60f7fce676365f2c75ac635e6

Show
Ignore:
Timestamp:
11/12/05 22:19:48 (3 years ago)
Author:
Clément Stenac <zorglub@videolan.org>
git-committer:
Clément Stenac <zorglub@videolan.org> 1134335988 +0000
git-parent:

[1ad2022a9d5d65173ad85c9b28d1f7237a8a8d79]

git-author:
Clément Stenac <zorglub@videolan.org> 1134335988 +0000
Message:

Warn -> Dbg

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • modules/audio_output/alsa.c

    rb083e1e r148c491  
    226226            } 
    227227        } 
    228          
     228 
    229229        /* Close the previously opened device */ 
    230230        snd_pcm_close( p_sys->p_snd_pcm ); 
     
    790790            if( i_snd_rc == 0 ) 
    791791            { 
    792                 msg_Warn( p_aout, "recovered from buffer underrun" ); 
     792                msg_Dbg( p_aout, "recovered from buffer underrun" ); 
    793793 
    794794                /* Reget the status */