mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-31 01:11:06 +02:00
femanager: use INFO() for FEDEBUG() to shorten filenames
Origin commit data
------------------
Commit: 98be8121ae
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2013-05-25 (Sat, 25 May 2013)
This commit is contained in:
@@ -45,9 +45,7 @@ static int fedebug = 0;
|
||||
#define FEDEBUG(fmt, args...) \
|
||||
do { \
|
||||
if (fedebug) \
|
||||
fprintf(stdout, "[%s:%s:%d] " fmt "\n", \
|
||||
__FILE__, __FUNCTION__, \
|
||||
__LINE__ , ## args); \
|
||||
INFO(fmt, ##args); \
|
||||
} while (0)
|
||||
|
||||
CFeDmx::CFeDmx(int i)
|
||||
|
Reference in New Issue
Block a user