summaryrefslogtreecommitdiff
path: root/test/persistence_client_library_dbus_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/persistence_client_library_dbus_test.c')
-rw-r--r--test/persistence_client_library_dbus_test.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/persistence_client_library_dbus_test.c b/test/persistence_client_library_dbus_test.c
index cd4d7c6..2bb63f2 100644
--- a/test/persistence_client_library_dbus_test.c
+++ b/test/persistence_client_library_dbus_test.c
@@ -29,11 +29,13 @@
int myChangeCallback(pclNotification_s * notifyStruct)
{
printf(" ==> * - * myChangeCallback * - *\n");
+
printf("Notification received ==> lbid: %d | resource_id: %s | seat: %d | user: %d | status: %d \n", notifyStruct->ldbid,
notifyStruct->resource_id,
notifyStruct->seat_no,
notifyStruct->user_no,
notifyStruct->pclKeyNotify_Status );
+
printf(" <== * - * myChangeCallback * - *\n");
return 1;