Changeset 148c4910187df1d60f7fce676365f2c75ac635e6
- 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
| rb083e1e |
r148c491 |
|
| 226 | 226 | } |
|---|
| 227 | 227 | } |
|---|
| 228 | | |
|---|
| | 228 | |
|---|
| 229 | 229 | /* Close the previously opened device */ |
|---|
| 230 | 230 | snd_pcm_close( p_sys->p_snd_pcm ); |
|---|
| … | … | |
| 790 | 790 | if( i_snd_rc == 0 ) |
|---|
| 791 | 791 | { |
|---|
| 792 | | msg_Warn( p_aout, "recovered from buffer underrun" ); |
|---|
| | 792 | msg_Dbg( p_aout, "recovered from buffer underrun" ); |
|---|
| 793 | 793 | |
|---|
| 794 | 794 | /* Reget the status */ |
|---|