aboutsummaryrefslogtreecommitdiff
path: root/src/daemon/executor.cpp
diff options
context:
space:
mode:
authorRiccardo Spagni <ric@spagni.net>2016-01-01 01:06:45 +0200
committerRiccardo Spagni <ric@spagni.net>2016-01-01 01:06:45 +0200
commit955ad41a2d25686d9fdfb4858123ad33ccd79eef (patch)
treedd91243e3f52f0587ce8a731f82c9dbb46a30ec5 /src/daemon/executor.cpp
parentMerge pull request #587 (diff)
parentupdated readme, note CMake minimum version increase (diff)
downloadmonero-955ad41a2d25686d9fdfb4858123ad33ccd79eef.tar.xz
Merge pull request #588v0.9.0
e6dc448 updated readme, note CMake minimum version increase (Riccardo Spagni) 5c71f5d update version (Riccardo Spagni)
Diffstat (limited to 'src/daemon/executor.cpp')
-rw-r--r--src/daemon/executor.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/daemon/executor.cpp b/src/daemon/executor.cpp
index 44c56df4f..3db3cb68d 100644
--- a/src/daemon/executor.cpp
+++ b/src/daemon/executor.cpp
@@ -56,7 +56,7 @@ namespace daemonize
boost::program_options::variables_map const & vm
)
{
- LOG_PRINT_L0(CRYPTONOTE_NAME << " v" << MONERO_VERSION_FULL);
+ LOG_PRINT_L0("Monero '" << MONERO_RELEASE_NAME << "' (v" << MONERO_VERSION_FULL);
return t_daemon{vm};
}