From 795f41c331a8ba15fbeb6f89d2c3349ceeda8b58 Mon Sep 17 00:00:00 2001 From: Adam Ierymenko Date: Thu, 19 Sep 2013 15:17:11 -0400 Subject: Change Linux default build back to debug, and fix startup message. Oh, and new crypto just kinda works. Awesome. --- node/Node.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'node') diff --git a/node/Node.cpp b/node/Node.cpp index 3da98223..781a744e 100644 --- a/node/Node.cpp +++ b/node/Node.cpp @@ -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(); -- cgit v1.2.3