diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cba59da..eb81159 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -506,15 +506,15 @@ jobs: RABBITMQ_PASS: guest RABBITMQ_HOST: rabbitmq RABBITMQ_PORT: 5672 - - name: Setup tmate session - if: ${{ failure() }} - uses: mxschmitt/action-tmate@v3.19 - with: - limit-access-to-actor: true - sudo: false - # timeout-minutes: 15 - env: - RABBITMQ_USER: guest - RABBITMQ_PASS: guest - RABBITMQ_HOST: rabbitmq - RABBITMQ_PORT: 5672 + # - name: Setup tmate session + # if: ${{ failure() }} + # uses: mxschmitt/action-tmate@v3.19 + # with: + # limit-access-to-actor: true + # sudo: false + # # timeout-minutes: 15 + # env: + # RABBITMQ_USER: guest + # RABBITMQ_PASS: guest + # RABBITMQ_HOST: rabbitmq + # RABBITMQ_PORT: 5672 diff --git a/src/AMSlib/wf/rmqdb.cpp b/src/AMSlib/wf/rmqdb.cpp index feb012f..e64d446 100644 --- a/src/AMSlib/wf/rmqdb.cpp +++ b/src/AMSlib/wf/rmqdb.cpp @@ -263,7 +263,7 @@ bool RMQHandler::onSecuring(AMQP::TcpConnection* connection, SSL* ssl) { // No TLS certificate provided if (_cacert.empty()) { - DBG(RMQHandler, false, "No TLS certificate. Bypassing.") + DBG(RMQHandler, "No TLS certificate. Bypassing.") return true; }