Browse Source

don't log AESNI/AVX here

pull/1121/head
Jeff 6 years ago
parent
commit
b970a005de
  1. 6
      daemon/Daemon.cpp

6
daemon/Daemon.cpp

@ -119,12 +119,6 @@ namespace i2p @@ -119,12 +119,6 @@ namespace i2p
}
LogPrint(eLogInfo, "i2pd v", VERSION, " starting");
#ifdef AESNI
LogPrint(eLogInfo, "AESNI enabled");
#endif
#if defined(__AVX__)
LogPrint(eLogInfo, "AVX enabled");
#endif
LogPrint(eLogDebug, "FS: main config file: ", config);
LogPrint(eLogDebug, "FS: data directory: ", datadir);

Loading…
Cancel
Save