mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2024-12-21 13:57:49 +00:00
fix error message
This commit is contained in:
parent
27409b615a
commit
5ece4f734a
@ -1231,7 +1231,7 @@ void PostgreSQL::commitThread()
|
||||
}
|
||||
|
||||
} catch (std::exception &e) {
|
||||
fprintf(stderr, "ERROR: Error updating member: %s\n", e.what());
|
||||
fprintf(stderr, "ERROR: Error updating network: %s\n", e.what());
|
||||
}
|
||||
} else if (objtype == "_delete_network") {
|
||||
fprintf(stderr, "commitThread: delete network\n");
|
||||
|
Loading…
Reference in New Issue
Block a user