Be more verbose
[centaur.git] / include / libelfu / debug.h
index 4c823457ba42c00ddae3d40006cae1e2b0bc2b14..6b817b3ca07b53db2450519aaa0e0e275a1182be 100644 (file)
@@ -4,6 +4,8 @@
 #include <stdio.h>
 
 
+#define ELFU_INFO(...) do { fprintf(stdout, __VA_ARGS__); } while(0)
+
 #define ELFU_WARN(...) do { fprintf(stderr, __VA_ARGS__); } while(0)
 
 #define ELFU_WARNELF(function_name) ELFU_WARN(function_name "() failed: %s\n", elf_errmsg(-1))