Skip to content

Commit 4075742

Browse files
committed
Add debug-logging the dashboard call's answer
1 parent 1eff585 commit 4075742

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ur/dashboard_client.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,7 @@ bool DashboardClient::sendRequest(const std::string& command, const std::string&
156156
{
157157
URCL_LOG_DEBUG("Send Request: %s", command.c_str());
158158
std::string response = sendAndReceive(command);
159+
URCL_LOG_DEBUG("Got Response: %s", response.c_str());
159160
bool ret = std::regex_match(response, std::regex(expected));
160161
if (!ret)
161162
{

0 commit comments

Comments
 (0)