From: Mike Brady <4265913+mikebrady@users.noreply.github.com> Date: Fri, 28 Oct 2022 11:14:39 +0000 (+0100) Subject: Typo. X-Git-Tag: 4.1~2^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6d1369a4fc8b13723c6ab2b11d12c14d38dc1d0d;p=thirdparty%2Fshairport-sync.git Typo. --- diff --git a/player.c b/player.c index 579de7a7..5aad9153 100644 --- a/player.c +++ b/player.c @@ -1187,7 +1187,7 @@ static abuf_t *buffer_get_frame(rtsp_conn_info *conn) { 0.001) // the clock drift estimation might be nudging the estimate, and we can // ignore this unless if's more than a microsecond debug(2, - "Change in estimated first_packet_time: %f milliseconds for first_packet .", + "Change in estimated first_packet_time: %f milliseconds for first_packet.", 0.000001 * change_in_should_be_time); conn->first_packet_time_to_play = should_be_time;