diff options
| author | Neozaru <neozaru@mailoo.org> | 2014-06-01 18:21:30 +0200 |
|---|---|---|
| committer | Neozaru <neozaru@mailoo.org> | 2014-06-01 18:21:30 +0200 |
| commit | 8530629e22d88de4c2fd4d7d231b00c65d30100d (patch) | |
| tree | 0890c9ee74331cd1f27093833718d3cf7eb20d26 /src/cryptonote_core/cryptonote_core.cpp | |
| parent | 506fd372ec78f3cb5c492fc981bbaac7936be8aa (diff) | |
| parent | 5c1b7c72249a114b1c30945fc8a9116c07573a48 (diff) | |
| download | monzero-core-8530629e22d88de4c2fd4d7d231b00c65d30100d.tar.gz monzero-core-8530629e22d88de4c2fd4d7d231b00c65d30100d.tar.xz monzero-core-8530629e22d88de4c2fd4d7d231b00c65d30100d.zip | |
Merge bitmonero@monero-project
Diffstat (limited to 'src/cryptonote_core/cryptonote_core.cpp')
| -rw-r--r-- | src/cryptonote_core/cryptonote_core.cpp | 2 |
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 |
