Mercurial > audlegacy-plugins
changeset 1955:2c6cffdea077
s/libneonsrc.so/neon/
author | Matti Hamalainen <ccr@tnsp.org> |
---|---|
date | Tue, 02 Oct 2007 03:15:27 +0300 |
parents | 6acf1bda788b |
children | 05bfc86250f3 |
files | src/neon/debug.h |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/neon/debug.h Tue Oct 02 02:20:03 2007 +0300 +++ b/src/neon/debug.h Tue Oct 02 03:15:27 2007 +0300 @@ -22,7 +22,7 @@ #define _ENTER _DEBUG("enter") #define _LEAVE _DEBUG("leave"); return -#define _MESSAGE(tag, string, ...) do { fprintf(stderr, "%s: libneonsrc.so: %s:%d (%s): " string "\n", \ +#define _MESSAGE(tag, string, ...) do { fprintf(stderr, "%s: neon: %s:%d (%s): " string "\n", \ tag, __FILE__, __LINE__, __func__, ##__VA_ARGS__); } while(0) #define _ERROR(...) _MESSAGE("ERROR", __VA_ARGS__)