From 5c71f5d13ebb5db5743f81161382a831f9fa8450 Mon Sep 17 00:00:00 2001 From: Riccardo Spagni Date: Thu, 31 Dec 2015 23:12:13 +0200 Subject: update version --- src/daemonizer/posix_daemonizer.inl | 2 +- src/daemonizer/windows_daemonizer.inl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src/daemonizer') diff --git a/src/daemonizer/posix_daemonizer.inl b/src/daemonizer/posix_daemonizer.inl index 07a48cea2..926f0a3ac 100644 --- a/src/daemonizer/posix_daemonizer.inl +++ b/src/daemonizer/posix_daemonizer.inl @@ -81,7 +81,7 @@ namespace daemonizer } else { - //LOG_PRINT_L0(CRYPTONOTE_NAME << " v" << MONERO_VERSION_FULL); + //LOG_PRINT_L0("Monero '" << MONERO_RELEASE_NAME << "' (v" << MONERO_VERSION_FULL); return executor.run_interactive(vm); } } diff --git a/src/daemonizer/windows_daemonizer.inl b/src/daemonizer/windows_daemonizer.inl index c2fa9f50f..d8023944e 100644 --- a/src/daemonizer/windows_daemonizer.inl +++ b/src/daemonizer/windows_daemonizer.inl @@ -175,7 +175,7 @@ namespace daemonizer } else // interactive { - //LOG_PRINT_L0(CRYPTONOTE_NAME << " v" << MONERO_VERSION_FULL); + //LOG_PRINT_L0("Monero '" << MONERO_RELEASE_NAME << "' (v" << MONERO_VERSION_FULL); return executor.run_interactive(vm); } -- cgit v1.2.3