mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-01-05 12:51:08 -05:00
add gpg engine name log output
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1743 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
173ae69b9f
commit
b6c2b6897a
@ -224,6 +224,7 @@ bool GPGAuthMgr::getPGPEngineFileName(std::string &fileName)
|
|||||||
return false;
|
return false;
|
||||||
} else {
|
} else {
|
||||||
fileName = std::string(INFO->file_name);
|
fileName = std::string(INFO->file_name);
|
||||||
|
std :: cerr << "GPGAuthMgr::getPGPEngineFileName() : " << fileName << std::endl;
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user