Skip to content
Snippets Groups Projects
Commit 96a83baf authored by Henrik tom Wörden's avatar Henrik tom Wörden
Browse files

ENH: print responses of transaction

parent 13b955a1
No related branches found
No related tags found
No related merge requests found
Pipeline #12582 passed with warnings
Pipeline: caosdb-cppinttest

#12583

    ...@@ -342,6 +342,7 @@ auto Transaction::ExecuteAsynchronously() noexcept -> StatusCode { // NOLINT ...@@ -342,6 +342,7 @@ auto Transaction::ExecuteAsynchronously() noexcept -> StatusCode { // NOLINT
    } }
    } }
    } }
    CAOSDB_LOG_DEBUG(logger_name) << "RPC Response: " << ResponseToString();
    return StatusCode::EXECUTING; return StatusCode::EXECUTING;
    } }
    ......
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Please register or to comment