X-Git-Url: http://plrg.eecs.uci.edu/git/?p=satune.git;a=blobdiff_plain;f=src%2Fcommon.h;h=b3ddb7720a9d55159f8217f29d0322a602ce2444;hp=879c1f2cf40613a7e3333a101a8d6f2be2ceba16;hb=b94774b8783de1b4eabc3ca4b0ef6aeee7a89538;hpb=97c421c75f29cf910384af857d7db90f83676b82 diff --git a/src/common.h b/src/common.h index 879c1f2..b3ddb77 100644 --- a/src/common.h +++ b/src/common.h @@ -45,6 +45,7 @@ extern int switch_alloc; #define DBG_ENABLED() (1) #else #define DEBUG(fmt, ...) +#define LOG(fmt, ...) #define DBG() #define DBG_ENABLED() (0) #endif