]> rtime.felk.cvut.cz Git - frescor/fna.git/blobdiff - src_frescan/frescan_debug.h
changes to use the FRSH FSA module to do the analysis and spare capacity. TODO: finis...
[frescor/fna.git] / src_frescan / frescan_debug.h
index e30362dc4ae64d0677603e627c21d3fd7af2e3c8..3d1121f47be20632ef01d039800664644c8277c0 100644 (file)
@@ -79,8 +79,8 @@
  **/
 
 #define DEBUG(enable,x,args...) if(enable) printc("DEBUG (%s): " x, __func__ , ##args)
-#define ERROR(x,args...) {printe("ERROR (%s:%u): " x, __func__ , __LINE__ , ##args); exit(-1);}
-#define WARNING(x,args...) printe("WARNING (%s): " x, __func__ , ##args)
+#define FRESCAN_ERROR(x,args...) {printe("ERROR (%s:%u): " x, __func__ , __LINE__ , ##args); exit(-1);}
+#define FRESCAN_WARNING(x,args...) printe("WARNING (%s): " x, __func__ , ##args)
 
 /**
  * DEBUGGING FLAGS to enable/disable debugging messages