Changeset b3c57df09056355270142e6f9683290b95dc2ea0
- Timestamp:
- 12/10/07 11:54:06
(9 months ago)
- Author:
- Jean-Paul Saman <jpsaman@videolan.org>
- git-committer:
- Jean-Paul Saman <jpsaman@videolan.org> 1197284046 +0000
- git-parent:
[54ba7c42178542499920441cdcd6464edcf3203e]
- git-author:
- Jean-Paul Saman <jpsaman@videolan.org> 1197284046 +0000
- Message:
Lower severity of message
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r54ba7c4 |
rb3c57df |
|
| 555 | 555 | else |
|---|
| 556 | 556 | { |
|---|
| 557 | | msg_Info( p_demux, "connection timeout, retrying" ); |
|---|
| | 557 | msg_Dbg( p_demux, "connection timeout, retrying" ); |
|---|
| 558 | 558 | if( p_sys->rtsp ) RTSPClient::close( p_sys->rtsp ); |
|---|
| 559 | 559 | goto createnew; |
|---|