You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@celix.apache.org by pe...@apache.org on 2023/01/23 04:02:30 UTC

[celix] branch master updated (51949e07 -> a7a2244a)

This is an automated email from the ASF dual-hosted git repository.

pengzheng pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/celix.git


    from 51949e07 Merge pull request #474 from apache/feature/update_github_actions
     add 0f9d6835 Add printf format attribute to log helper.
     add 6906a473 Merge branch 'master' into hotfix/printf_format_fix
     new a7a2244a Merge pull request #475 from apache/hotfix/printf_format_fix

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../logging/log_helper/include/celix_log_helper.h  | 34 +++++++++++++++-------
 .../pubsub_admin_tcp/src/pubsub_tcp_handler.c      |  4 +--
 .../pubsub_admin_udp_mc/src/pubsub_udpmc_admin.c   |  4 +--
 .../src/pubsub_websocket_topic_receiver.c          |  4 +--
 .../pubsub/pubsub_admin_zmq/src/pubsub_zmq_admin.c |  2 +-
 .../src/pubsub_serialization_provider.c            |  2 +-
 .../pubsub_utils/src/pubsub_serializer_handler.c   |  2 +-
 .../rsa_shm/src/rsa_shm_client.c                   |  2 +-
 .../rsa_shm/src/rsa_shm_export_registration.c      |  2 +-
 .../rsa_rpc_json/src/rsa_json_rpc_endpoint_impl.c  |  2 +-
 10 files changed, 36 insertions(+), 22 deletions(-)


[celix] 01/01: Merge pull request #475 from apache/hotfix/printf_format_fix

Posted by pe...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

pengzheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/celix.git

commit a7a2244a76244cd2c146a3f41056ac8e79b52e98
Merge: 51949e07 6906a473
Author: PengZheng <ho...@gmail.com>
AuthorDate: Mon Jan 23 12:02:24 2023 +0800

    Merge pull request #475 from apache/hotfix/printf_format_fix
    
    Hotfix/printf format fix

 .../logging/log_helper/include/celix_log_helper.h  | 34 +++++++++++++++-------
 .../pubsub_admin_tcp/src/pubsub_tcp_handler.c      |  4 +--
 .../pubsub_admin_udp_mc/src/pubsub_udpmc_admin.c   |  4 +--
 .../src/pubsub_websocket_topic_receiver.c          |  4 +--
 .../pubsub/pubsub_admin_zmq/src/pubsub_zmq_admin.c |  2 +-
 .../src/pubsub_serialization_provider.c            |  2 +-
 .../pubsub_utils/src/pubsub_serializer_handler.c   |  2 +-
 .../rsa_shm/src/rsa_shm_client.c                   |  2 +-
 .../rsa_shm/src/rsa_shm_export_registration.c      |  2 +-
 .../rsa_rpc_json/src/rsa_json_rpc_endpoint_impl.c  |  2 +-
 10 files changed, 36 insertions(+), 22 deletions(-)