From 82f348577dfc0712662db444e54f95eba245e301 Mon Sep 17 00:00:00 2001 From: Ishan Jayawardena Date: Wed, 27 Jul 2011 17:55:40 +0530 Subject: Some modifications to the queuing. --- methods/debdelta.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'methods/debdelta.cc') 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."); } -- cgit v1.2.3