1
0
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:
oddsock 2003-12-04 16:23:51 +00:00
parent 25dcbd976d
commit 70ae454647

View File

@ -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)