Skip to content
This repository has been archived by the owner on Sep 13, 2018. It is now read-only.

Commit

Permalink
UPDATED: corrected log message
Browse files Browse the repository at this point in the history
  • Loading branch information
thokon00 committed Jul 20, 2014
1 parent e2b43f5 commit 5194ef5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/init.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -489,7 +489,7 @@ bool AppInit2()
if (!fLogTimestamps)
printf("Startup time: %s\n", DateTimeStrFormat("%x %H:%M:%S", GetTime()).c_str());
printf("Default data directory %s\n", GetDefaultDataDir().string().c_str());
printf("Default wallet hash algo: %s\n", GetAlgoName(miningAlgo).c_str());
printf("Default mining hash algorithm: %s\n", GetAlgoName(miningAlgo).c_str());
printf("Used data directory %s\n", strDataDir.c_str());

std::ostringstream strErrors;
Expand Down

0 comments on commit 5194ef5

Please sign in to comment.