mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-13 12:33:42 +02:00
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…
Add table
Add a link
Reference in a new issue