Browse Source

It's LOG! It's LOG!

It's big, it's heavy, it's wood
pull/2/head
Grant Limberg 6 years ago
parent
commit
baa14a63c9
No known key found for this signature in database
GPG Key ID: 2BA62CCABBB4095A
  1. 4
      controller/PostgreSQL.cpp

4
controller/PostgreSQL.cpp

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

Loading…
Cancel
Save