Skip to content
Snippets Groups Projects
Commit d548acab authored by Daniel Hornung's avatar Daniel Hornung
Browse files

Lowered print level.

parent f4f914dd
No related branches found
No related tags found
1 merge request!18FIX: Transaction::GetResultSet() now always returns a good reference
Pipeline #12573 passed with warnings
Pipeline: caosdb-cppinttest

#12574

    ......@@ -112,7 +112,7 @@ void UnaryRpcHandler::handleCallCompleteState() {
    switch (status_.error_code()) {
    case grpc::OK:
    CAOSDB_LOG_INFO(logger_name) << "UnaryRpcHandler finished successfully.";
    CAOSDB_LOG_TRACE(logger_name) << "UnaryRpcHandler finished successfully.";
    break;
    default:
    auto code(static_cast<StatusCode>(status_.error_code()));
    ......
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Finish editing this message first!
    Please register or to comment