diff options
Diffstat (limited to 'src/daemonizer')
-rw-r--r-- | src/daemonizer/posix_daemonizer.inl | 2 | ||||
-rw-r--r-- | src/daemonizer/windows_daemonizer.inl | 2 |
2 files changed, 2 insertions, 2 deletions
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); } |