--- libaitrpc/inc/defs.h 2012/03/14 13:29:11 1.3.6.3 +++ libaitrpc/inc/defs.h 2012/03/15 01:55:32 1.4 @@ -3,7 +3,7 @@ * by Michael Pounov * * $Author: misho $ -* $Id: defs.h,v 1.3.6.3 2012/03/14 13:29:11 misho Exp $ +* $Id: defs.h,v 1.4 2012/03/15 01:55:32 misho Exp $ * ************************************************************************** The ELWIX and AITNET software is distributed under the following @@ -52,7 +52,10 @@ SUCH DAMAGE. #define STRSIZ 256 +#define RPC_TRACE_LEVEL 7 +#define RPC_DEBUG_LEVEL 5 + #define BLOB_FILE "%s/BLOB-%0X" @@ -60,14 +63,6 @@ SUCH DAMAGE. rpc_Errno = errno; \ strlcpy(rpc_Error, strerror(errno), STRSIZ); \ } while(0) - -#ifdef NDEBUG -#define FTRACE() -#define LOGGER() -#else -#define FTRACE() ioTRACE(0) -#define LOGGER(fmt, ...) ioLOGGER(LOG_NOTICE, (fmt), ## __VA_ARGS__) -#endif extern int rpc_Errno;