mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-26 23:13:00 +02:00
dvbsub: disable debugging
Origin commit data
------------------
Branch: ni/coolstream
Commit: d80afafc89
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2015-02-22 (Sun, 22 Feb 2015)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -26,7 +26,7 @@ extern "C" {
|
||||
#include "Debug.hpp"
|
||||
|
||||
// Set these to 'true' for debug output:
|
||||
static bool DebugConverter = true;
|
||||
static bool DebugConverter = false;
|
||||
|
||||
#define dbgconverter(a...) if (DebugConverter) sub_debug.print(Debug::VERBOSE, a)
|
||||
|
||||
|
Reference in New Issue
Block a user