ooo-build r14494 - in trunk: . patches



Author: jannieuw
Date: Thu Nov 13 13:46:24 2008
New Revision: 14494
URL: http://svn.gnome.org/viewvc/ooo-build?rev=14494&view=rev

Log:
2008-11-13  Jan Nieuwenhuizen  <janneke gnu org>

	* patches/apply.pl.in (checkTerminal): Fix constant error message:
	Actually say what's wrong.


Modified:
   trunk/ChangeLog
   trunk/patches/apply.pl.in

Modified: trunk/patches/apply.pl.in
==============================================================================
--- trunk/patches/apply.pl.in	(original)
+++ trunk/patches/apply.pl.in	Thu Nov 13 13:46:24 2008
@@ -444,10 +444,10 @@
 
 	if (defined $referenced->{$distro} ||
 	    !defined $subsets->{$distro}) {
-	    print "Error: you must use a terminal node for distro:\n";
+	    print "Error: not a terminal node: $distro\n";
 	    my $ref;
 	    my @terminals;
-	    print "    One of: ";
+	    print "Terminal nodes: ";
 	    for $ref(keys %{$subsets}) {
 		if (!defined $referenced->{$ref}) {
 		    push @terminals, $ref;



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]