Skip to content

Commit

Permalink
ci2-pyloncxx: fix broken URL
Browse files Browse the repository at this point in the history
  • Loading branch information
astraw committed Apr 12, 2024
1 parent 7dd0a59 commit 993434b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci2-pyloncxx/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,7 @@ impl<'a> WrappedCamera<'a> {
log::warn!("You seem to be using a USB3 camera on linux but the file \"{}\" \
is set to only {}. For best performance, consider setting it to {}. \
For more information, see \
https://www.baslerweb.com/en/sales-support/knowledge-base/frequently-asked-questions/how-can-i-set-the-usbfs-on-linux-or-linux-for-arm-to-prevent-image-losses-with-pylon-and-usb-cameras/29826/.",
https://web.archive.org/web/20230318224225/https://www.baslerweb.com/en/sales-support/knowledge-base/frequently-asked-questions/how-can-i-set-the-usbfs-on-linux-or-linux-for-arm-to-prevent-image-losses-with-pylon-and-usb-cameras/29826/.",
fname, usbfs_memory_mb, desired_mb);
} else {
log::debug!(
Expand Down

0 comments on commit 993434b

Please sign in to comment.