diff --git a/src/pipeline/pipeline.cpp b/src/pipeline/pipeline.cpp index b0939397cb..2fa76af18f 100644 --- a/src/pipeline/pipeline.cpp +++ b/src/pipeline/pipeline.cpp @@ -263,7 +263,7 @@ namespace librealsense } catch (const std::exception& e) { - throw std::runtime_error( rsutils::string::from() << "Device disconnected. Failed to recconect: " + throw std::runtime_error( rsutils::string::from() << "Device disconnected. Failed to reconnect: " << e.what() << timeout_ms ); } }