From 4c64ed4ced7dcd3a98a63da1cd3a6f2f1f2d1701 Mon Sep 17 00:00:00 2001 From: Alasdair Kergon Date: Thu, 12 Dec 2002 20:55:49 +0000 Subject: New column-based reporting tools: lvs, pvs & vgs. --- lib/log/log.h | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'lib/log/log.h') diff --git a/lib/log/log.h b/lib/log/log.h index 6ed54016..d46a2a86 100644 --- a/lib/log/log.h +++ b/lib/log/log.h @@ -28,8 +28,8 @@ * */ -#include /* FILE */ -#include /* strerror() */ +#include /* FILE */ +#include /* strerror() */ #include #define _LOG_DEBUG 7 @@ -65,7 +65,7 @@ int ignorelockingfailure(void); void log_suppress(int suppress); void print_log(int level, const char *file, int line, const char *format, ...) - __attribute__ (( format (printf, 4, 5) )); + __attribute__ ((format(printf, 4, 5))); #define plog(l, x...) print_log(l, __FILE__, __LINE__ , ## x) @@ -90,4 +90,3 @@ void print_log(int level, const char *file, int line, const char *format, ...) log_info("%s: %s failed: %s", y, x, strerror(errno)) #endif - -- cgit