mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-04-16 12:06:55 +02:00
remove heartbeat log
This commit is contained in:
parent
8b95afa96a
commit
c3a42bf590
1 changed files with 1 additions and 1 deletions
|
@ -794,7 +794,7 @@ void PostgreSQL::heartbeat()
|
|||
const char *hostname = hostnameTmp;
|
||||
|
||||
while (_run == 1) {
|
||||
fprintf(stderr, "%s: heartbeat\n", controllerId);
|
||||
// fprintf(stderr, "%s: heartbeat\n", controllerId);
|
||||
auto c = _pool->borrow();
|
||||
int64_t ts = OSUtils::now();
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue