mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-06-30 10:42:23 +02:00
Use PACKAGE_NAME instead of hardcoding application name in log message
This commit is contained in:
@ -814,7 +814,7 @@ void InitLogging()
|
|||||||
#else
|
#else
|
||||||
version_string += " (release build)";
|
version_string += " (release build)";
|
||||||
#endif
|
#endif
|
||||||
LogPrintf("Bitcoin version %s\n", version_string);
|
LogPrintf(PACKAGE_NAME " version %s\n", version_string);
|
||||||
}
|
}
|
||||||
|
|
||||||
namespace { // Variables internal to initialization process only
|
namespace { // Variables internal to initialization process only
|
||||||
|
Reference in New Issue
Block a user