Skip to content

Commit 0dcedcb

Browse files
committed
vulkan_sdl2: use correct log module prefix
1 parent aa9e886 commit 0dcedcb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/video_display/vulkan/vulkan_sdl2.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -751,7 +751,7 @@ void* display_vulkan_init(module* parent, const char* fmt, unsigned int flags) {
751751
log_msg(LOG_LEVEL_ERROR, "Unable to initialize SDL2 video: %s\n", SDL_GetError());
752752
return nullptr;
753753
}
754-
log_msg(LOG_LEVEL_NOTICE, "[SDL] Using driver: %s\n", SDL_GetCurrentVideoDriver());
754+
MSG(NOTICE, "Using driver: %s\n", SDL_GetCurrentVideoDriver());
755755

756756
SDL_ShowCursor(args.cursor);
757757
SDL_DisableScreenSaver();

0 commit comments

Comments
 (0)