summaryrefslogtreecommitdiff
path: root/methods/debdelta.cc
diff options
context:
space:
mode:
Diffstat (limited to 'methods/debdelta.cc')
-rw-r--r--methods/debdelta.cc2
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.");
}