aboutsummaryrefslogtreecommitdiff
path: root/src/cryptonote_core/cryptonote_core.cpp
diff options
context:
space:
mode:
authorpaybee <dev@payb.ee>2014-05-29 17:53:49 +0200
committerpaybee <dev@payb.ee>2014-05-29 17:53:49 +0200
commit0e5223321258d8fa6bbb7190ecb2b230a801aac2 (patch)
treeacbd51dac3256b47bab6c1b98d21a3434b7158b7 /src/cryptonote_core/cryptonote_core.cpp
parentfeacdded6b48fcfe18bc3218b05b27e94db2fc92 (diff)
parent5c1b7c72249a114b1c30945fc8a9116c07573a48 (diff)
downloadmonzero-core-0e5223321258d8fa6bbb7190ecb2b230a801aac2.tar.gz
monzero-core-0e5223321258d8fa6bbb7190ecb2b230a801aac2.tar.xz
monzero-core-0e5223321258d8fa6bbb7190ecb2b230a801aac2.zip
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'src/cryptonote_core/cryptonote_core.cpp')
-rw-r--r--src/cryptonote_core/cryptonote_core.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cryptonote_core/cryptonote_core.cpp b/src/cryptonote_core/cryptonote_core.cpp
index a09f25d31..b6bfa09c8 100644
--- a/src/cryptonote_core/cryptonote_core.cpp
+++ b/src/cryptonote_core/cryptonote_core.cpp
@@ -502,7 +502,7 @@ namespace cryptonote
LOG_PRINT_L0(ENDL << "**********************************************************************" << ENDL
<< "The daemon will start synchronizing with the network. It may take up to several hours." << ENDL
<< ENDL
- << "You can set the level of process detailization by using command \"set_log <level>\", where <level> is either 0 (no details), 1 (current block height synchronized), or 2 (all details)." << ENDL
+ << "You can set the level of process detailization* through \"set_log <level>\" command*, where <level> is between 0 (no details) and 4 (very verbose)." << ENDL
<< ENDL
<< "Use \"help\" command to see the list of available commands." << ENDL
<< ENDL