mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-12-15 10:54:22 -05:00
add warning log info
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1585 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
055f9141a6
commit
d00a33ca14
@ -425,6 +425,9 @@ int AuthSSL::InitAuth(const char *cert_file, const char *priv_key_file,
|
|||||||
std::cerr << "AuthSSL::InitAuth()";
|
std::cerr << "AuthSSL::InitAuth()";
|
||||||
std::cerr << std::endl;
|
std::cerr << std::endl;
|
||||||
#endif
|
#endif
|
||||||
|
if ( passwd == NULL || strlen(passwd) == 0) {
|
||||||
|
std::cerr << "Warning : AuthSSL::InitAuth passwd empty." << std::endl;
|
||||||
|
}
|
||||||
|
|
||||||
static int initLib = 0;
|
static int initLib = 0;
|
||||||
if (!initLib)
|
if (!initLib)
|
||||||
|
Loading…
Reference in New Issue
Block a user