mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-27 07:22:57 +02:00
replace __FILE__ with __file__
Origin commit data
------------------
Commit: 70b7f74362
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2016-01-10 (Sun, 10 Jan 2016)
This commit is contained in:
committed by
vanhofen
parent
2b00b2936c
commit
50df4dfbb0
@@ -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