libeplayer3/subtitle: reduce debugging level

Origin commit data
------------------
Branch: master
Commit: f199c329ad
Author: martii <m4rtii@gmx.de>
Date: 2013-07-26 (Fri, 26 Jul 2013)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
martii
2013-07-26 20:29:01 +02:00
parent 28754779e8
commit 881cbfaf27

View File

@@ -36,7 +36,7 @@
#ifdef SUBTITLE_MGR_DEBUG #ifdef SUBTITLE_MGR_DEBUG
static short debug_level = 20; static short debug_level = 10;
#define subtitle_mgr_printf(level, x...) do { \ #define subtitle_mgr_printf(level, x...) do { \
if (debug_level >= level) printf(x); } while (0) if (debug_level >= level) printf(x); } while (0)