Skip to content

Commit bf103b5

Browse files
committed
squash, fix log formatting
1 parent 501af27 commit bf103b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

auto_tests/toxav_mt_test.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -388,7 +388,7 @@ constexpr uint8_t DUMMY_VIDEO::u[];
388388
constexpr uint8_t DUMMY_VIDEO::v[];
389389

390390
static void test_av(bool combined_av) {
391-
std::cout << "Testing Audio and Video in" << (combined_av ? "combined" : "separate") << " threads"
391+
std::cout << "Testing Audio and Video in " << (combined_av ? "combined" : "separate") << " threads"
392392
<< std::endl;
393393
auto toxes = prepare_network(2);
394394

0 commit comments

Comments
 (0)