mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-04-16 12:06:55 +02:00
logging
This commit is contained in:
parent
6a49a766ca
commit
8b95afa96a
1 changed files with 1 additions and 1 deletions
|
@ -1388,7 +1388,7 @@ void PostgreSQL::onlineNotification_Postgres()
|
|||
pqxx::result res = w.exec0(memberUpdate.str());
|
||||
w.commit();
|
||||
}
|
||||
// fprintf(stderr, "Updated online status of %d members\n", updateCount);
|
||||
fprintf(stderr, "%s: Updated online status of %d members\n", _myAddressStr.c_str(), updateCount);
|
||||
} catch (std::exception &e) {
|
||||
fprintf(stderr, "%s: error in onlinenotification thread: %s\n", _myAddressStr.c_str(), e.what());
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue