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

Lowered print level.

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

#12574

    This commit is part of merge request !18. Comments created here will be created in the context of that merge request.
    ...@@ -112,7 +112,7 @@ void UnaryRpcHandler::handleCallCompleteState() { ...@@ -112,7 +112,7 @@ void UnaryRpcHandler::handleCallCompleteState() {
    switch (status_.error_code()) { switch (status_.error_code()) {
    case grpc::OK: case grpc::OK:
    CAOSDB_LOG_INFO(logger_name) << "UnaryRpcHandler finished successfully."; CAOSDB_LOG_TRACE(logger_name) << "UnaryRpcHandler finished successfully.";
    break; break;
    default: default:
    auto code(static_cast<StatusCode>(status_.error_code())); auto code(static_cast<StatusCode>(status_.error_code()));
    ......
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Please register or to comment