mirror of
https://github.com/labwc/labwc.git
synced 2025-11-04 13:30:07 -05:00
[style] use __func__ in log message
This commit is contained in:
parent
9c4bacc9b7
commit
00ff00d9f9
1 changed files with 1 additions and 1 deletions
|
|
@ -519,7 +519,7 @@ void
|
||||||
menu_process_cursor_motion(struct menu *menu, struct wlr_scene_node *node)
|
menu_process_cursor_motion(struct menu *menu, struct wlr_scene_node *node)
|
||||||
{
|
{
|
||||||
if (!node) {
|
if (!node) {
|
||||||
wlr_log(WLR_ERROR, "menu_process_cursor_motion() node == NULL");
|
wlr_log(WLR_ERROR, "%s() node == NULL", __func__);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
assert(menu);
|
assert(menu);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue