tbm_module: Remove unused argument of log 97/297297/1
authorChangyeon Lee <cyeon.lee@samsung.com>
Wed, 16 Aug 2023 11:48:42 +0000 (20:48 +0900)
committerChangyeon Lee <cyeon.lee@samsung.com>
Wed, 16 Aug 2023 11:48:51 +0000 (20:48 +0900)
Change-Id: I5c1bdfa3f91663d29d7471036d1269dd27f53df9

src/tbm_module.c

index d1305bb..8d4a955 100644 (file)
@@ -523,7 +523,7 @@ tbm_module_bind_native_display(tbm_module *module, void *native_display)
                        } else {
                                // make the wayland server socket for sending the authenticated drm_fd to wayland clients.
                                if (!tbm_drm_helper_wl_auth_server_init(native_display, fd, NULL, 0)) {
-                                       TBM_ERR("error: tbm_drm_helper_wl_auth_server_init failed\n", module, native_display);
+                                       TBM_ERR("error: tbm_drm_helper_wl_auth_server_init failed\n");
                                        close(fd);
                                        return TBM_ERROR_INVALID_OPERATION;
                                }