[cscore] Make camera connection logging clearer (#5866)

This commit is contained in:
Ryan Blue
2023-11-03 19:03:23 -04:00
committed by GitHub
parent 87f7c19f90
commit 049732afb8
4 changed files with 14 additions and 4 deletions

View File

@@ -32,7 +32,7 @@ class UsbCameraTest {
assertTimeoutPreemptively(
Duration.ofSeconds(5),
() -> assertTrue(result.get().contains("Connecting to USB camera on ")));
() -> assertTrue(result.get().contains("Attempting to connect to USB camera on ")));
}
}