]> git.proxmox.com Git - mirror_lxcfs.git/blobdiff - macro.h
cpu: improve cpu info virtualization
[mirror_lxcfs.git] / macro.h
diff --git a/macro.h b/macro.h
index 1763dc2917f1790ab84949757c1d078377811ecf..7213b8f912576e246d38cdce5020bedf2e1fa371 100644 (file)
--- a/macro.h
+++ b/macro.h
 #define lxcfs_debug(format, ...)
 #endif /* DEBUG */
 
+#ifdef VERBOSE
+#define lxcfs_v(format, ...) lxcfs_error(format, __VA_ARGS__);
+#else
+#define lxcfs_v(format, ...)
+#endif /* VERBOSE */
+
 #endif /* __LXCFS_MACRO_H */