MCPcopy Create free account
hub / github.com/ElementsProject/elements / LogPackageVersion

Function LogPackageVersion

src/init/common.cpp:159–168  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

157}
158
159void LogPackageVersion()
160{
161 std::string version_string = FormatFullVersion();
162#ifdef DEBUG
163 version_string += " (debug build)";
164#else
165 version_string += " (release build)";
166#endif
167 LogPrintf(PACKAGE_NAME " version %s\n", version_string);
168}
169} // namespace init

Callers 1

InitLoggingFunction · 0.85

Calls 1

FormatFullVersionFunction · 0.85

Tested by

no test coverage detected