mirror of
https://github.com/dashpay/dash.git
synced 2024-12-28 05:23:01 +01:00
Use PACKAGE_NAME instead of hardcoding application name in log message
This commit is contained in:
parent
0c74e2e890
commit
34328b4980
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user