Skip to content

Commit

Permalink
radeon_hd: Fix missing TRACE connector id
Browse files Browse the repository at this point in the history
  • Loading branch information
kallisti5 committed Jul 14, 2015
1 parent 9816a89 commit 9cfe6f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/add-ons/accelerants/radeon_hd/display.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ detect_displays()

if (gDisplay[displayIndex]->attached) {
TRACE("%s: connector(%" B_PRIu32 "): Found DisplayPort EDID!\n",
__func__);
__func__, id);
}
}

Expand Down

0 comments on commit 9cfe6f9

Please sign in to comment.