Log version string on startup
This commit is contained in:
parent
a1d01aec98
commit
699602abff
@ -219,6 +219,8 @@ string OBSApp::GetVersionString() const
|
||||
ver << " (32bit)";
|
||||
#endif
|
||||
|
||||
blog(LOG_INFO, "%s", ver.str().c_str());
|
||||
|
||||
return ver.str();
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user