mirror of
https://gitlab.xiph.org/xiph/icecast-server.git
synced 2025-02-02 15:07:36 -05:00
get rid of the fullpath of the module that is logged...Stupid VC6....
svn path=/trunk/icecast/; revision=5680
This commit is contained in:
parent
25dcbd976d
commit
70ae454647
@ -16,7 +16,7 @@ extern int accesslog;
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#ifdef _WIN32
|
#ifdef _WIN32
|
||||||
#define __FUNCTION__ __FILE__
|
#define __FUNCTION__ strrchr (__FILE__, '\\') ? strrchr (__FILE__, '\\') + 1 : __FILE__
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define ERROR0(y) log_write(errorlog, 1, CATMODULE "/", __FUNCTION__, y)
|
#define ERROR0(y) log_write(errorlog, 1, CATMODULE "/", __FUNCTION__, y)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user