Skip to content

Commit

Permalink
Silence clang analyzer
Browse files Browse the repository at this point in the history
  • Loading branch information
vit9696 committed Jun 6, 2021
1 parent da91b0c commit 52b5dae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UEFIGraphicsFB/UEFIGraphicsFB.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,6 @@ bool UEFIGraphicsFB::start(IOService *provider) {
//
registerService();

DBGLOG("Framebuffer is at 0x%X (width %u height %u bits %u bytes/row %u)", videoBaseAddress, videoWidth, videoHeight, videoDepth, videoBytesPerRow);
SYSLOG("Framebuffer is at 0x%X (width %u height %u bits %u bytes/row %u)", videoBaseAddress, videoWidth, videoHeight, videoDepth, videoBytesPerRow);
return true;
}

0 comments on commit 52b5dae

Please sign in to comment.