mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-26 23:13:13 +02:00
replace __FILE__ with __file__
This commit is contained in:
@@ -37,7 +37,7 @@ extern int SysLogLevel;
|
||||
#define dsyslog printf
|
||||
#endif
|
||||
|
||||
#define LOG_ERROR esyslog("ERROR (%s,%d): %m", __FILE__, __LINE__)
|
||||
#define LOG_ERROR esyslog("ERROR (%s,%d): %m", __file__, __LINE__)
|
||||
#define LOG_ERROR_STR(s) esyslog("ERROR: %s: %m", s)
|
||||
|
||||
#define SECSINDAY 86400
|
||||
|
Reference in New Issue
Block a user