Skip to content

Commit

Permalink
commets improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
Nir-Az committed Nov 13, 2024
1 parent 40a90a8 commit 524f519
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/ds/d500/d500-device.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ namespace librealsense
}
catch( const std::exception &e )
{
LOG_ERROR("Failed reading stereo baseline, using a default value --> " << e.what() );
LOG_ERROR("Failed reading stereo baseline, using default value --> " << e.what() );
}

return baseline;
Expand Down
2 changes: 1 addition & 1 deletion src/ds/d500/d500-private.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ namespace librealsense
}
else // In case we got an empty table we will run with default values
{
LOG_ERROR("cannot read intrinsic values, setting defaults");
LOG_ERROR("cannot read intrinsic values, using default values");
rs2_intrinsics intrinsics = {0};
intrinsics.height = height;
intrinsics.width = width;
Expand Down

0 comments on commit 524f519

Please sign in to comment.