diff --git a/src/rcore_drm.c b/src/rcore_drm.c index 477574f44..c0cd9c7db 100644 --- a/src/rcore_drm.c +++ b/src/rcore_drm.c @@ -1514,7 +1514,7 @@ static void InitDrmInput(void) static void InitDrmJoystick(int index, const char *path) { - TraceLog(LOG_INFO, "InitDrmJoystick"); + TraceLog(LOG_INFO, TextFormat("InitDrmJoystick - %s", path); int result = (platform.gamepadStreamFd[index] = open(path, O_RDONLY | O_NONBLOCK)); printf("Result of file open: %d\n", result);