From ef732666e91759a2a4f8018c19fbf9573fdeb83b Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Wed, 6 Jun 2012 01:20:55 +0100 Subject: [PATCH] some more debug --- cprogs/xacpi-simple.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/cprogs/xacpi-simple.c b/cprogs/xacpi-simple.c index 48c2ff4..52e02a2 100644 --- a/cprogs/xacpi-simple.c +++ b/cprogs/xacpi-simple.c @@ -364,6 +364,8 @@ static void acquiredata(void) { charging_mask= 0; alarmed = 0; + if (debug) printf("\n"); + #define Q_ZERO(f,t,...) \ total_##f= 0; ALL_ACCUMULATE_FIELDS(Q_ZERO) @@ -427,7 +429,9 @@ ALL_PLAIN_ACCUMULATE_FIELDS(Q_ACCUMULATE_PLAIN) } closedir(di); - printf("TOTAL:\n"); + if (debug) { + printf("TOTAL:\n"); + printf(" %-30s = %#20x\n", "mask", charging_mask); #define T_PRINT(f,...) \ printf(" %-30s = %20.6f\n", #f, total_##f); BAT_QTYS(T_PRINT,,,) -- 2.30.2