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:
joss17 2009-10-28 21:10:35 +00:00
parent 173ae69b9f
commit b6c2b6897a

View File

@ -224,6 +224,7 @@ bool GPGAuthMgr::getPGPEngineFileName(std::string &fileName)
return false;
} else {
fileName = std::string(INFO->file_name);
std :: cerr << "GPGAuthMgr::getPGPEngineFileName() : " << fileName << std::endl;
return true;
}
}