mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2024-12-20 05:28:01 +00:00
fix log line
This commit is contained in:
parent
b8e70d866a
commit
86abd31659
@ -760,7 +760,7 @@ void PostgreSQL::networksDbWatcher()
|
|||||||
fprintf(stderr, "ERROR: %s networksDbWatcher should still be running! Exiting Controller.\n", _myAddressStr.c_str());
|
fprintf(stderr, "ERROR: %s networksDbWatcher should still be running! Exiting Controller.\n", _myAddressStr.c_str());
|
||||||
exit(8);
|
exit(8);
|
||||||
}
|
}
|
||||||
fprintf(stderr, "Exited membersDbWatcher\n");
|
fprintf(stderr, "Exited networksDbWatcher\n");
|
||||||
}
|
}
|
||||||
|
|
||||||
void PostgreSQL::_networksWatcher_Postgres(PGconn *conn) {
|
void PostgreSQL::_networksWatcher_Postgres(PGconn *conn) {
|
||||||
|
Loading…
Reference in New Issue
Block a user