Skip to content

Commit 8a03d04

Browse files
author
Filippo Mutta
committed
Added debug message
1 parent b539e7b commit 8a03d04

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

cmake/depthaiDependencies.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ else()
176176
FetchContent_Declare(
177177
XLink
178178
GIT_REPOSITORY https://github.com/luxonis/XLink.git
179-
GIT_TAG e519b8698d81722b05b389551e1038006198ef77
179+
GIT_TAG 4126554f5854b8215ef5833af9ca85fd39816d0c
180180
)
181181

182182
FetchContent_MakeAvailable(

less

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
gmake: *** [Makefile:6195: cmake_check_build_system] Interrupt

src/device/DeviceGate.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ DeviceGate::DeviceGate(const DeviceInfo& deviceInfo) : deviceInfo(deviceInfo) {
5959

6060
gateConnection = std::make_shared<XLinkConnection>(deviceInfo, X_LINK_GATE);
6161
gateStream = std::make_shared<XLinkStream>(gateConnection, "XLink Gate Stream", 32 * 1024 * 1024);
62+
spdlog::debug("Connected to gate stream");
6263

6364
}
6465

0 commit comments

Comments
 (0)