ciabot/libreoffice-bugzilla.pl |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit a3301d2bad20a143bf115e37b55ad75b897716dd
Author: Markus Mohrhard <markus.mohrh...@googlemail.com>
Date:   Mon Oct 20 10:20:34 2014 +0200

    improve error message to find out why script fails

diff --git a/ciabot/libreoffice-bugzilla.pl b/ciabot/libreoffice-bugzilla.pl
index 9df77fb..5d109fa 100755
--- a/ciabot/libreoffice-bugzilla.pl
+++ b/ciabot/libreoffice-bugzilla.pl
@@ -205,7 +205,7 @@ die "cannot connect to bugzilla" unless defined $bz;
 
 my $product = $bz->product;
 
-die "wrong product" unless $product eq 'LibreOffice';
+die "wrong product" . $product unless $product eq 'LibreOffice';
 
 my $whiteboard = $bz->status_whiteboard();
 
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to