mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2024-12-18 20:47:53 +00:00
It's LOG! It's LOG!
It's big, it's heavy, it's wood
This commit is contained in:
parent
cce51cea5d
commit
baa14a63c9
@ -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…
Reference in New Issue
Block a user