Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Xiph.Org
Icecast-Server
Commits
70ae4546
Commit
70ae4546
authored
Dec 04, 2003
by
Ed "oddsock" Zaleski
Browse files
get rid of the fullpath of the module that is logged...Stupid VC6....
svn path=/trunk/icecast/; revision=5680
parent
25dcbd97
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/logging.h
View file @
70ae4546
...
...
@@ -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)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment