mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-04-18 21:16:54 +02:00
debug printf typo & line break
This commit is contained in:
parent
7427961fcf
commit
79f1e81745
1 changed files with 1 additions and 1 deletions
|
@ -643,7 +643,7 @@ void PostgreSQL::initializeMembers()
|
|||
}
|
||||
|
||||
_memberChanged(empty, config, false);
|
||||
fprintf(stderr, "Initiialzed member %s-%s", networkId.c_str(), memberId.c_str());
|
||||
fprintf(stderr, "Initialzed member %s-%s\n", networkId.c_str(), memberId.c_str());
|
||||
}
|
||||
|
||||
w.commit();
|
||||
|
|
Loading…
Add table
Reference in a new issue