From 7329ff7376dd200c8319713dfb79460db3e3c414 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pavel=20B=C5=99ezina?= Date: Mon, 15 Aug 2011 13:44:49 +0200 Subject: [PATCH] New DEBUG facility - %d to 0x%.4x monitor_common_rotate_logs --- src/monitor/monitor_sbus.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/monitor/monitor_sbus.c b/src/monitor/monitor_sbus.c index 9e20671..de4d0ab 100644 --- a/src/monitor/monitor_sbus.c +++ b/src/monitor/monitor_sbus.c @@ -204,7 +204,7 @@ errno_t monitor_common_rotate_logs(struct confdb_ctx *confdb, } if (debug_level != old_debug_level) { - DEBUG(0, ("Debug level changed to %d\n", debug_level)); + DEBUG(0, ("Debug level changed to 0x%.4x\n", debug_level)); debug_level = debug_convert_old_level(debug_level); } -- 1.7.6