mirror of
https://github.com/hyprwm/hyprlock.git
synced 2024-12-21 21:09:49 +01:00
renderer: log framebuffer creation as trace (#518)
This commit is contained in:
parent
11694528b4
commit
b808086286
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue