summaryrefslogtreecommitdiffstats
path: root/cli/cli-miner.cpp
diff options
context:
space:
mode:
authorpsychocrypt <psychocrypt@users.noreply.github.com>2017-09-27 17:13:41 +0200
committerpsychocrypt <psychocrypt@users.noreply.github.com>2017-09-30 23:46:08 +0200
commit9e7efd40bc3206aad7b6d1e531dbe6d335575aac (patch)
tree34a5e01e3671cb6444049f20fcb9e3e155c550c7 /cli/cli-miner.cpp
parentb1e92092bb5c93863d869a2d6b6e057918a77b2f (diff)
downloadxmr-stak-9e7efd40bc3206aad7b6d1e531dbe6d335575aac.zip
xmr-stak-9e7efd40bc3206aad7b6d1e531dbe6d335575aac.tar.gz
fix bugs
- add excecutor to the singleton export list
Diffstat (limited to 'cli/cli-miner.cpp')
-rw-r--r--cli/cli-miner.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/cli-miner.cpp b/cli/cli-miner.cpp
index e5c5863..9cd9825 100644
--- a/cli/cli-miner.cpp
+++ b/cli/cli-miner.cpp
@@ -122,7 +122,7 @@ int main(int argc, char *argv[])
#endif
printer::inst()->print_str("-------------------------------------------------------------------\n");
- printer::inst()->print_str( XMR_STAK_NAME" " XMR_STAK_VERSION " mining software, CPU Version.\n");
+ printer::inst()->print_str( XMR_STAK_NAME" " XMR_STAK_VERSION " mining software.\n");
printer::inst()->print_str("Based on CPU mining code by wolf9466 (heavily optimized by fireice_uk).\n");
#ifndef CONF_NO_CUDA
printer::inst()->print_str("NVIDIA mining code was written by KlausT and psychocrypt.\n");
OpenPOWER on IntegriCloud