Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8fb7ecd8 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "codec2 client: add a missing transaction status check"

parents f430cf43 492fecd8
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -843,6 +843,11 @@ std::shared_ptr<C2ParamReflector>
                            return;
                        }
                    });
            if (!transStatus.isOk()) {
                LOG(DEBUG) << "SimpleParamReflector -- transaction failed: "
                           << transStatus.description();
                descriptor.reset();
            }
            return descriptor;
        }