]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
improve hacky check
authorSamuel Just <sjust@redhat.com>
Wed, 29 Oct 2025 05:48:47 +0000 (22:48 -0700)
committerSamuel Just <sjust@redhat.com>
Wed, 29 Oct 2025 05:48:47 +0000 (22:48 -0700)
src/mgr/BaseMgrModule.cc

index d5ac4fd625aad844bf05505bc60125172b55af5c..c5c492b1a33fcff2b1005aa6492b2d21a93e715a 100644 (file)
@@ -875,8 +875,10 @@ ceph_dispatch_remote(BaseMgrModule *self, PyObject *args)
       std::string caller = "ceph_dispatch_remote "s + " " + method;
       std::string err = handle_pyerror(true, other_module, caller);
       PyErr_SetString(PyExc_RuntimeError, err.c_str());
-      derr << "FAILED TO DESEIALIZE CHECK " << err << dendl;
+      derr << "FAILED TO DESERIALIZE CHECK " << err << dendl;
       return nullptr;
+    } else {
+      derr << "SOURCE DESERIALIZE WORKED" << dendl;
     }
     Py_DECREF(unpickled_args);
   }