aboutsummaryrefslogtreecommitdiff
path: root/src/cryptonote_core
diff options
context:
space:
mode:
authorRiccardo Spagni <ric@spagni.net>2016-09-03 22:36:09 +0200
committerRiccardo Spagni <ric@spagni.net>2016-09-03 22:36:09 +0200
commit011e42f3377b9fa727c419113e683ffada15ae88 (patch)
tree9a224b58e456ad7f1ed596aafb00bcc069b95974 /src/cryptonote_core
parentfix remaining bitmonero and simplewallet bits (diff)
downloadmonero-011e42f3377b9fa727c419113e683ffada15ae88.tar.xz
fix nigglies, as pointed out by moneromooo-monero
Diffstat (limited to 'src/cryptonote_core')
-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 7a4feeac4..c289f297b 100644
--- a/src/cryptonote_core/cryptonote_core.cpp
+++ b/src/cryptonote_core/cryptonote_core.cpp
@@ -280,7 +280,7 @@ namespace cryptonote
{
LOG_PRINT_RED_L0("Found old-style blockchain.bin in " << old_files.string());
LOG_PRINT_RED_L0("Monero now uses a new format. You can either remove blockchain.bin to start syncing");
- LOG_PRINT_RED_L0("the blockchain anew, or use monero-blockchain-import and monero-blockchain-export to");
+ LOG_PRINT_RED_L0("the blockchain anew, or use monero-blockchain-export and monero-blockchain-import to");
LOG_PRINT_RED_L0("convert your existing blockchain.bin to the new format. See README.md for instructions.");
return false;
}