Ignore:
Timestamp:
08/06/10 10:58:22 (22 months ago)
Author:
shiretu
Message:

-- minor stuff

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/thelib/src/protocols/rtp/streaming/innetrtpstream.cpp

    r49 r55  
    9999                double absoluteTimestamp, bool isAudio) { 
    100100        if (_lastTs > absoluteTimestamp) { 
    101                 WARN("Back time. ATS: %.2f LTS: %.2f; D: %.2f", 
     101                WARN("Back time on %s. ATS: %.2f LTS: %.2f; D: %.2f", 
     102                                STR(GetName()), 
    102103                                absoluteTimestamp, 
    103104                                _lastTs, 
Note: See TracChangeset for help on using the changeset viewer.