]> git.ipfire.org Git - thirdparty/shairport-sync.git/commitdiff
Typo.
authorMike Brady <4265913+mikebrady@users.noreply.github.com>
Fri, 28 Oct 2022 11:14:39 +0000 (12:14 +0100)
committerMike Brady <4265913+mikebrady@users.noreply.github.com>
Fri, 28 Oct 2022 11:14:39 +0000 (12:14 +0100)
player.c

index 579de7a741be038223b743562b423c595db191ad..5aad915343b889a3d2c3b0ebd0c790e7c27b1b20 100644 (file)
--- 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;