diff options
author | Zdenek Prikryl <zdeny@dhcp-lab-218.englab.brq.redhat.com> | 2009-04-28 17:08:09 +0200 |
---|---|---|
committer | Zdenek Prikryl <zdeny@dhcp-lab-218.englab.brq.redhat.com> | 2009-04-28 17:08:09 +0200 |
commit | 2e6a6e8aed825e456600d01c8a805b6f6fd24c3a (patch) | |
tree | c58cba2913350fed9674813b3fe0a27e6639fbd2 /lib/Plugins/RunApp.cpp | |
parent | b08d5c2cf630ecb89d2f22b985dcdfcf25494258 (diff) | |
download | abrt-2e6a6e8aed825e456600d01c8a805b6f6fd24c3a.tar.gz abrt-2e6a6e8aed825e456600d01c8a805b6f6fd24c3a.tar.xz abrt-2e6a6e8aed825e456600d01c8a805b6f6fd24c3a.zip |
new commlayerinner interface
Diffstat (limited to 'lib/Plugins/RunApp.cpp')
-rw-r--r-- | lib/Plugins/RunApp.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/Plugins/RunApp.cpp b/lib/Plugins/RunApp.cpp index 8a8db08..5a20283 100644 --- a/lib/Plugins/RunApp.cpp +++ b/lib/Plugins/RunApp.cpp @@ -24,6 +24,7 @@ #include <stdio.h> #include "DebugDump.h" #include "ABRTException.h" +#include "ABRTCommLayer.h" #define COMMAND 0 #define FILENAME 1 @@ -58,6 +59,8 @@ void CActionRunApp::ParseArgs(const std::string& psArgs, vector_args_t& pArgs) void CActionRunApp::Run(const std::string& pDebugDumpDir, const std::string& pArgs) { + ABRTCommLayer::status("Executing RunApp plugin..."); + char line[1024]; std::string output = ""; |