This commit is contained in:
Grant Limberg 2021-09-02 16:32:40 -07:00
parent 6a49a766ca
commit 8b95afa96a
No known key found for this signature in database
GPG Key ID: 2BA62CCABBB4095A

View File

@ -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());
}