- Added diagnostics for debugging.
This commit is contained in:
Paul Beckingham 2014-05-14 17:47:15 -04:00
parent c86853fd03
commit 8c36392fb0

View file

@ -266,6 +266,8 @@ int Hooks::execute (
const std::string& input,
std::string& output)
{
context.debug ("Hooks::execute " + command);
FILE* fp = popen (command.c_str (), "r+");
if (fp)
{