Skip to content

Commit 34328b4

Browse files
committed
Use PACKAGE_NAME instead of hardcoding application name in log message
1 parent 0c74e2e commit 34328b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/init.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -814,7 +814,7 @@ void InitLogging()
814814
#else
815815
version_string += " (release build)";
816816
#endif
817-
LogPrintf("Bitcoin version %s\n", version_string);
817+
LogPrintf(PACKAGE_NAME " version %s\n", version_string);
818818
}
819819

820820
namespace { // Variables internal to initialization process only

0 commit comments

Comments
 (0)