It's LOG! It's LOG!

It's big, it's heavy, it's wood
This commit is contained in:
Grant Limberg 2020-02-24 10:20:47 -08:00
parent cce51cea5d
commit baa14a63c9
No known key found for this signature in database
GPG Key ID: 2BA62CCABBB4095A

View File

@ -1017,6 +1017,10 @@ void PostgreSQL::commitThread()
get(nwidInt, nwOrig, memberidInt, memOrig);
if(memOrig["authorized"] && ! (*config)["authorized"]) {
fprintf(stderr, "Member %s deauthed\n", (*config)["id"].get<std::string>().c_str());
}
_memberChanged(memOrig, memNew, qitem.second);
} else {
fprintf(stderr, "Can't notify of change. Error parsing nwid or memberid: %llu-%llu\n", (unsigned long long)nwidInt, (unsigned long long)memberidInt);