Use PACKAGE_NAME instead of hardcoding application name in log message
This commit is contained in:
parent
0c74e2e890
commit
34328b4980
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue