remove some noisy log lines & fix a query error
This commit is contained in:
parent
c78792a705
commit
0702e581a1
4 changed files with 2 additions and 8 deletions
|
@ -115,12 +115,10 @@ protected:
|
|||
inline std::size_t operator()(const std::pair<uint64_t,uint64_t> &p) const { return (std::size_t)(p.first ^ p.second); }
|
||||
};
|
||||
virtual void _memberChanged(nlohmann::json &old,nlohmann::json &memberConfig,bool notifyListeners) {
|
||||
fprintf(stderr, "PostgreSQL::_memberChanged\n");
|
||||
DB::_memberChanged(old, memberConfig, notifyListeners);
|
||||
}
|
||||
|
||||
virtual void _networkChanged(nlohmann::json &old,nlohmann::json &networkConfig,bool notifyListeners) {
|
||||
fprintf(stderr, "PostgreSQL::_networkChanged\n");
|
||||
DB::_networkChanged(old, networkConfig, notifyListeners);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue