Loading src/backends/cluster.cpp +2 −0 Original line number Diff line number Diff line Loading @@ -241,6 +241,8 @@ namespace authdb { std::cerr << "ClusterBackend::pushToCluster: replication failed after retries" << std::endl; } } } catch (const netplus::NetException &e) { std::cerr << "Cluster replicate failed: " << e.what() << std::endl; } catch (const std::exception &e) { std::cerr << "Cluster replicate failed: " << e.what() << std::endl; } Loading Loading
src/backends/cluster.cpp +2 −0 Original line number Diff line number Diff line Loading @@ -241,6 +241,8 @@ namespace authdb { std::cerr << "ClusterBackend::pushToCluster: replication failed after retries" << std::endl; } } } catch (const netplus::NetException &e) { std::cerr << "Cluster replicate failed: " << e.what() << std::endl; } catch (const std::exception &e) { std::cerr << "Cluster replicate failed: " << e.what() << std::endl; } Loading