[jsonrpc-glib] tests: log more info for debugging



commit d0197f9810f4b32b6d6a73a4a995b1c1717177d0
Author: Christian Hergert <chergert redhat com>
Date:   Wed Dec 27 03:19:14 2017 -0800

    tests: log more info for debugging

 tests/test-stress.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/tests/test-stress.c b/tests/test-stress.c
index b32614f..6d33d6f 100644
--- a/tests/test-stress.c
+++ b/tests/test-stress.c
@@ -149,7 +149,7 @@ begin_next_op_source (gpointer data)
     "ops-left", JSONRPC_MESSAGE_PUT_INT32 (n_ops)
   );
 
-  LOG ("client: dispatching next async call");
+  LOG ("client: dispatching next async call: %d\n", n_ops);
 
   n_ops--;
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]