X-Git-Url: http://git.annexia.org/?p=febootstrap.git;a=blobdiff_plain;f=src%2Ffebootstrap_debian.ml;h=ace04d39ae5a81dfa3efba14a11818f1b1b6dfac;hp=01697568a94f9551d25d3ba221f137592e7d57ae;hb=bd28777b47398de030b84f8d780067660928cc88;hpb=93598c10650ab7d885b7f497308d05d478eb5e06 diff --git a/src/febootstrap_debian.ml b/src/febootstrap_debian.ml index 0169756..ace04d3 100644 --- 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)