debug printf typo & line break

This commit is contained in:
Grant Limberg 2021-06-02 13:51:47 -07:00
parent 7427961fcf
commit 79f1e81745
No known key found for this signature in database
GPG key ID: 2BA62CCABBB4095A

View file

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