From 2f0a5f48aa10df4e556247e662c77c1f23f3ddc1 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Fri, 20 Sep 2019 23:36:29 +0200 Subject: [PATCH] Corect small log string --- retroarch.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/retroarch.c b/retroarch.c index 86db312edb..548dec5e6e 100644 --- a/retroarch.c +++ b/retroarch.c @@ -26671,9 +26671,10 @@ bool core_run(void) static bool core_verify_api_version(void) { unsigned api_version = current_core.retro_api_version(); - RARCH_LOG("%s: %u\n%s: %u\n", + RARCH_LOG("%s: %u\n%s %s: %u\n", msg_hash_to_str(MSG_VERSION_OF_LIBRETRO_API), api_version, + FILE_PATH_LOG_INFO, msg_hash_to_str(MSG_COMPILED_AGAINST_API), RETRO_API_VERSION );