mirror of
https://gitlab.xiph.org/xiph/icecast-server.git
synced 2025-01-03 14:56:34 -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
|
||||
#define __FUNCTION__ __FILE__
|
||||
#define __FUNCTION__ strrchr (__FILE__, '\\') ? strrchr (__FILE__, '\\') + 1 : __FILE__
|
||||
#endif
|
||||
|
||||
#define ERROR0(y) log_write(errorlog, 1, CATMODULE "/", __FUNCTION__, y)
|
||||
|
Loading…
Reference in New Issue
Block a user