Fix CaptureAlignment debug messsage
authorRobin Gareus <robin@gareus.org>
Wed, 8 Jan 2020 23:04:16 +0000 (00:04 +0100)
committerRobin Gareus <robin@gareus.org>
Wed, 8 Jan 2020 23:20:43 +0000 (00:20 +0100)
libs/ardour/disk_writer.cc

index 33a9187ca298bf587b955e9377da1241450a7b5a..3e09a243f614b85800255fc8ef559ff999dcab43 100644 (file)
@@ -166,7 +166,7 @@ DiskWriter::check_record_status (samplepos_t transport_sample, double speed, boo
                        _last_recordable_sample = max_samplepos;
                }
 
-               DEBUG_TRACE (DEBUG::CaptureAlignment, string_compose ("%1: @ %2 (STS: %3) CS:%4 FRS: %5 IL: %7, OL: %8 CO: %r9 PO: %10 WOL: %11 WIL: %12\n",
+               DEBUG_TRACE (DEBUG::CaptureAlignment, string_compose ("%1: @ %2 (STS: %3) CS:%4 FRS: %5 IL: %7, OL: %8 CO: %9 PO: %10 WOL: %11 WIL: %12\n",
                                                                      name(),
                                                                      transport_sample,
                                                                      _session.transport_sample(),