Commit 323885d1 authored by Alberto Miranda's avatar Alberto Miranda ♨️
Browse files

Merge branch '62-standing-issues-with-amd_ping-logging-output' into 'main'

Resolve "Standing issues with `AMD_ping` logging output"

Closes #62

See merge request !45
parents 007146f2 1994779a
Loading
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -43,7 +43,11 @@ ADM_ping(hg_handle_t h) {

    [[maybe_unused]] margo_instance_id mid = margo_hg_handle_get_instance(h);

    LOGGER_INFO("PING(noargs)");
    const auto id = remote_procedure::new_id();
    LOGGER_INFO("RPC ID {} ({}) => {{}}", id, __FUNCTION__);

    LOGGER_INFO("RPC ID {} ({}) <= {{retval: {}}}", id, __FUNCTION__,
                ADM_SUCCESS);

    ret = margo_destroy(h);
    assert(ret == HG_SUCCESS);
+1 −1

File changed.

Contains only whitespace changes.