mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-23 08:31:43 +02:00
PocoDoc fixes
This commit is contained in:
@@ -254,6 +254,11 @@ protected:
|
||||
|
||||
logger().debug("exec " + exec);
|
||||
logger().debug("path " + path);
|
||||
for (int no = 0; no < args.size(); ++no)
|
||||
{
|
||||
logger().debug("arg " + args[no]);
|
||||
}
|
||||
|
||||
|
||||
if (usePipe)
|
||||
{
|
||||
|
Reference in New Issue
Block a user