Commit e02f77b6 authored by jan.koester's avatar jan.koester
Browse files

test

parent e186ffeb
Loading
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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;
            }