diff libmlk-ui/mlk/ui/notify.c @ 473:02b16dd49b54

core: trace -> mlk_trace
author David Demelier <markand@malikania.fr>
date Mon, 27 Feb 2023 11:26:23 +0100
parents bc5483849614
children 3ff1fe64d0cd
line wrap: on
line diff
--- a/libmlk-ui/mlk/ui/notify.c	Mon Feb 27 11:24:38 2023 +0100
+++ b/libmlk-ui/mlk/ui/notify.c	Mon Feb 27 11:26:23 2023 +0100
@@ -80,7 +80,7 @@
 
 	/* Align icon at the left center. */
 	if (n->icon->h >= HEIGHT) {
-		tracef("notification icon is too large: %u > %u", n->icon->h, HEIGHT);
+		mlk_tracef("notification icon is too large: %u > %u", n->icon->h, HEIGHT);
 		geo->icon_x = x + geo->theme->padding;
 		geo->icon_y = y + geo->theme->padding;
 	} else {