commit 858609ac4ad19aae7fc852fe1a94d2442007685d
Author: Oswald Buddenhagen <[email protected]>
Date: Fri Nov 22 20:10:15 2019 +0100
de-noise -Dd output somewhat
drop commas and left-align fields in message lists.
src/drv_proxy.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/drv_proxy.c b/src/drv_proxy.c
index add74d3..16b6b19 100644
--- a/src/drv_proxy.c
+++ b/src/drv_proxy.c
@@ -213,7 +213,7 @@ proxy_@name@( store_t *gctx@decl_args@, void (*cb)(
@decl_cb_args@void *aux ), v
//# DEFINE load_box_print_cb_args
if (sts == DRV_OK) {
for (message_t *msg = msgs; msg; msg = msg->next)
- debug( " uid=%5u, flags=%4s, size=%6u, tuid=%."
stringify(TUIDL) "s\n",
+ debug( " uid=%-5u flags=%-4s size=%-6u tuid=%."
stringify(TUIDL) "s\n",
msg->uid, (msg->status & M_FLAGS) ?
(proxy_make_flags( msg->flags, fbuf ), fbuf) : "?", msg->size, *msg->tuid ?
msg->tuid : "?" );
}
//# END
@@ -223,7 +223,7 @@ proxy_@name@( store_t *gctx@decl_args@, void (*cb)(
@decl_cb_args@void *aux ), v
//# DEFINE find_new_msgs_print_cb_args
if (sts == DRV_OK) {
for (message_t *msg = msgs; msg; msg = msg->next)
- debug( " uid=%5u, tuid=%." stringify(TUIDL) "s\n",
msg->uid, msg->tuid );
+ debug( " uid=%-5u tuid=%." stringify(TUIDL) "s\n",
msg->uid, msg->tuid );
}
//# END
_______________________________________________
isync-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/isync-devel