let error_add_files l =
  List.fold_left
    (fun acc -> fun f -> acc^"\n"^f)
    "The following files could not be added:"
    l