Skip to content

Commit

Permalink
fixup! hwm remove 3 copies and many log msgs
Browse files Browse the repository at this point in the history
  • Loading branch information
maloel committed Jan 30, 2024
1 parent 631ff8a commit ce187f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hdr-config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ namespace librealsense
if( res.size() )
rv = ( is_hdr_id( res[0] ) ) ? 1.0f : 0.f;
else
LOG_DEBUG( "alternating emitter query: " << hwmon_error_string( cmd, response ) );
LOG_DEBUG( "hdr_config query: " << hwmon_error_string( cmd, response ) );
break;
}
}
Expand Down

0 comments on commit ce187f0

Please sign in to comment.