aboutsummaryrefslogtreecommitdiff
path: root/examples/screenshot.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/screenshot.c')
-rw-r--r--examples/screenshot.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/screenshot.c b/examples/screenshot.c
index fb37f32c..aa4dcaa0 100644
--- a/examples/screenshot.c
+++ b/examples/screenshot.c
@@ -200,7 +200,7 @@ static void write_image(const char *filename, int width, int height,
}
int main(int argc, char *argv[]) {
- wlr_log_init(L_DEBUG, NULL);
+ wlr_log_init(WLR_DEBUG, NULL);
struct wl_display * display = wl_display_connect(NULL);
if (display == NULL) {