Skip to content
This repository has been archived by the owner on Mar 3, 2023. It is now read-only.

Commit

Permalink
Fix compilation issue
Browse files Browse the repository at this point in the history
  • Loading branch information
xlz-jbleclere committed Jan 27, 2022
1 parent e0e0847 commit 8294d59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/drm_manager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3017,7 +3017,7 @@ class DRM_LOCAL DrmManager::Impl {
case ParameterKey::controller_rom: {
json_value[key_str] = mMailboxRoData;
Debug( "Get value of parameter '{}' (ID={}): {}", key_str, key_id,
mMailboxRoData );
mMailboxRoData.toStyledString() );
break;
}
case ParameterKey::ParameterKeyCount: {
Expand Down

0 comments on commit 8294d59

Please sign in to comment.