Changeset b3c57df09056355270142e6f9683290b95dc2ea0

Show
Ignore:
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
  • modules/demux/live555.cpp

    r54ba7c4 rb3c57df  
    555555        else 
    556556        { 
    557             msg_Info( p_demux, "connection timeout, retrying" ); 
     557            msg_Dbg( p_demux, "connection timeout, retrying" ); 
    558558            if( p_sys->rtsp ) RTSPClient::close( p_sys->rtsp ); 
    559559            goto createnew;