fixed error messages
authorAnas Nashif <anas.nashif@intel.com>
Thu, 11 Oct 2012 16:04:02 +0000 (09:04 -0700)
committerAnas Nashif <anas.nashif@intel.com>
Thu, 11 Oct 2012 16:04:02 +0000 (09:04 -0700)
depanneur

index 0160097..8e445cf 100755 (executable)
--- a/depanneur
+++ b/depanneur
@@ -1176,11 +1176,11 @@ if (@errors || @expansion_errors) {
     my $error_pkgs;
     if (@errors) {
         $error_pkgs = join("\n", @errors);
-        warning("the following packages build failed with rpmbuild issue:\n$error_pkgs");
+        warning("the following packages failed to build due to rpmbuild issue:\n$error_pkgs");
     }
     if (@expansion_errors) {
         $error_pkgs = join("\n", @expansion_errors);
-        warning("the following packages build failed with missing depends packages:\n$error_pkgs");
+        warning("the following packages failed to build due to missing build dependencies:\n$error_pkgs");
     }
 }