mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-04 23:25:32 -04:00
Print libretroshare version on init
This commit is contained in:
parent
f4f7b8a1ea
commit
babd2938c2
3 changed files with 8 additions and 4 deletions
|
@ -45,7 +45,7 @@
|
|||
#include "retroshare/rsnotify.h"
|
||||
#include "retroshare/rsiface.h"
|
||||
#include "plugins/pluginmanager.h"
|
||||
|
||||
#include "retroshare/rsversion.h"
|
||||
#include "rsserver/rsloginhandler.h"
|
||||
#include "rsserver/rsaccounts.h"
|
||||
|
||||
|
@ -195,6 +195,9 @@ static const int SSLPWD_LEN = 64;
|
|||
|
||||
void RsInit::InitRsConfig()
|
||||
{
|
||||
RsInfo() << " libretroshare version: " << RS_HUMAN_READABLE_VERSION
|
||||
<< std::endl;
|
||||
|
||||
rsInitConfig = new RsInitConfig;
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue