Skip to content

Commit

Permalink
renderer: log framebuffer creation as trace (#518)
Browse files Browse the repository at this point in the history
  • Loading branch information
andresilva authored Oct 17, 2024
1 parent 1169452 commit b808086
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/renderer/Framebuffer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ bool CFramebuffer::alloc(int w, int h, bool highres) {
abort();
}

Debug::log(LOG, "Framebuffer created, status {}", status);
Debug::log(TRACE, "Framebuffer created, status {}", status);
}

glBindTexture(GL_TEXTURE_2D, 0);
Expand Down

0 comments on commit b808086

Please sign in to comment.