diff options
author | Ishan Jayawardena <udeshike@gmail.com> | 2011-07-19 19:56:31 +0530 |
---|---|---|
committer | Ishan Jayawardena <udeshike@gmail.com> | 2011-07-19 19:56:31 +0530 |
commit | a70fc3877bacf483b034b40dc2c288a26436ceb8 (patch) | |
tree | 4454a65854f9639fc5bcbbea36ca1b631ed83b5e /cmdline | |
parent | 8a8ea4baa11f07e1de4cf190f82dbd79ff1affa5 (diff) |
redirected the stdout, stderr of debpatch to not to interfere apt's communication line with debdelta method. Storing the output of them as a string.
Diffstat (limited to 'cmdline')
-rw-r--r-- | cmdline/apt-get.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cmdline/apt-get.cc b/cmdline/apt-get.cc index 0da3965be..3292ae745 100644 --- a/cmdline/apt-get.cc +++ b/cmdline/apt-get.cc @@ -3226,7 +3226,6 @@ void SigWinch(int) /*}}}*/ int main(int argc,const char *argv[]) /*{{{*/ { - std::cout << "Starting apt-get" << std::endl; CommandLine::Args Args[] = { {'h',"help","help",0}, {'v',"version","version",0}, |