Skip to content

Commit

Permalink
Use PACKAGE_NAME instead of hardcoding application name in log message
Browse files Browse the repository at this point in the history
  • Loading branch information
laanwj committed Jan 19, 2018
1 parent 0c74e2e commit 34328b4
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 @@ -814,7 +814,7 @@ void InitLogging()
#else
version_string += " (release build)";
#endif
LogPrintf("Bitcoin version %s\n", version_string);
LogPrintf(PACKAGE_NAME " version %s\n", version_string);
}

namespace { // Variables internal to initialization process only
Expand Down

0 comments on commit 34328b4

Please sign in to comment.