diff options
author | Ishan Jayawardena <udeshike@gmail.com> | 2011-07-27 17:55:40 +0530 |
---|---|---|
committer | Ishan Jayawardena <udeshike@gmail.com> | 2011-07-27 17:55:40 +0530 |
commit | 82f348577dfc0712662db444e54f95eba245e301 (patch) | |
tree | 2b0dd5748d8d77493027b16438f8a67c45a3a8a2 /methods/debdelta.cc | |
parent | 48ebb4bf6bef1c1ff214e21f303ac78d2145de2d (diff) |
Some modifications to the queuing.stage-I
Diffstat (limited to 'methods/debdelta.cc')
-rw-r--r-- | methods/debdelta.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/methods/debdelta.cc b/methods/debdelta.cc index 421829e79..37b62a5f5 100644 --- a/methods/debdelta.cc +++ b/methods/debdelta.cc @@ -100,7 +100,7 @@ bool DebdeltaMethod::Fetch(FetchItem *Itm) /*{{{*/ std::cerr << Args[0] << " " << Args[1] << " " << Args[2] << " " << Args[3] << " " << Args[4] << std::endl; } - std::cerr << "\n\n[Debdelta] Patching " << ToFile << "..." << std::endl; + std::cerr << "[Debdelta] Patching " << ToFile << "..." << std::endl; execv(Args[0], (char **)Args); return _error->Error("[Debdelta] Could not execv debpatch."); } |