From 6798185a1ed0718afcc7309464d06aaded01decb Mon Sep 17 00:00:00 2001 From: nastys <@> Date: Tue, 15 Oct 2019 15:40:23 +0200 Subject: [PATCH] Reduce DivaMovie debugging info --- source-code/source/plugins/DivaMovie/framework.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source-code/source/plugins/DivaMovie/framework.h b/source-code/source/plugins/DivaMovie/framework.h index aadfe46..5df672d 100644 --- a/source-code/source/plugins/DivaMovie/framework.h +++ b/source-code/source/plugins/DivaMovie/framework.h @@ -71,8 +71,8 @@ LPCWSTR CONFIG_FILE = CONFIG_FILE_STRING.c_str(); { \ PRINT("[DivaMovie] %s failed (error code: 0x%08x)\n", #function, (unsigned int)result); \ goto end; \ - } \ + } /*\ else \ { \ PRINT("[DivaMovie] %s succeeded\n", #function); \ - } + }*/