git.annexia.org
/
febootstrap.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
93598c1
)
debian: Clean up a debug message.
author
Richard W.M. Jones
<rjones@redhat.com>
Tue, 18 Oct 2011 13:14:17 +0000
(14:14 +0100)
committer
Richard W.M. Jones
<rjones@redhat.com>
Tue, 18 Oct 2011 13:14:17 +0000
(14:14 +0100)
src/febootstrap_debian.ml
patch
|
blob
|
history
diff --git
a/src/febootstrap_debian.ml
b/src/febootstrap_debian.ml
index
0169756
..
ace04d3
100644
(file)
--- a/
src/febootstrap_debian.ml
+++ b/
src/febootstrap_debian.ml
@@
-70,9
+70,8
@@
let rec debian_resolve_dependencies_and_download names =
fun pkg -> List.exists ((=) pkg) (get_installed_pkgs ())
) pkgs in
- debug "wanted packages (present / download): %s / %s\n"
- (String.concat " " present_pkgs)
- (String.concat " " download_pkgs);
+ debug "packages already present: %s" (String.concat " " present_pkgs);
+ debug "wanted packages to download: %s" (String.concat " " download_pkgs);
(* Download the packages. *)
if (List.length download_pkgs > 0)