mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-12 20:28:27 +00:00
Change Linux default build back to debug, and fix startup message. Oh, and new crypto just kinda works. Awesome.
This commit is contained in:
@ -312,7 +312,7 @@ Node::ReasonForTermination Node::run()
|
||||
_r->log = new Logger((_r->homePath + ZT_PATH_SEPARATOR_S + "node.log").c_str(),(const char *)0,131072);
|
||||
#endif
|
||||
|
||||
LOG("%s starting version %s",_r->identity.address().toString().c_str(),versionString());
|
||||
LOG("starting version %s",versionString());
|
||||
|
||||
// Create non-crypto PRNG right away in case other code in init wants to use it
|
||||
_r->prng = new CMWC4096();
|
||||
|
Reference in New Issue
Block a user