Log version string on startup

This commit is contained in:
jp9000 2014-05-15 19:14:19 -07:00
parent a1d01aec98
commit 699602abff

View file

@ -219,6 +219,8 @@ string OBSApp::GetVersionString() const
ver << " (32bit)";
#endif
blog(LOG_INFO, "%s", ver.str().c_str());
return ver.str();
}