Skip to content

Commit 8216e55

Browse files
committed
updated not found error message
1 parent 068cbd5 commit 8216e55

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/board_controller/ant_neuro/ant_neuro.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ int AntNeuroBoard::prepare_session ()
161161
}
162162
catch (const exceptions::notFound &e)
163163
{
164-
safe_logger (spdlog::level::err, "No devices found, {}", e.what ());
164+
safe_logger (spdlog::level::err, "Device not found, {}", e.what ());
165165
return (int)BrainFlowExitCodes::BOARD_NOT_READY_ERROR;
166166
}
167167
catch (const std::runtime_error &e)

0 commit comments

Comments
 (0)