bugzilla-newer r705 - trunk



Author: ovitters
Date: Thu Apr 10 07:50:42 2008
New Revision: 705
URL: http://svn.gnome.org/viewvc/bugzilla-newer?rev=705&view=rev

Log:
2008-04-10  Olav Vitters  <olav bkor dhs org>

* buglist.cgi: \n, missing space, and extra . in query timeout
message. Fixes bug 517962. Patch by Matt Kraai.


Modified:
   trunk/ChangeLog
   trunk/buglist.cgi

Modified: trunk/buglist.cgi
==============================================================================
--- trunk/buglist.cgi	(original)
+++ trunk/buglist.cgi	Thu Apr 10 07:50:42 2008
@@ -945,9 +945,11 @@
     # Need to kill the still running query
     my $dbh_tmp = Bugzilla::DB::connect_main();
     $dbh_tmp->do("KILL $threadId");
-    die 'Query timeout of 60 seconds hit - killing the running query.\n We ' .
-    'apologise for the inconvenience but we really need to limit the load' .
-    'on our server. Feel free to run a more refined query.';
+    die "Query timeout of 60 seconds hit - killing the running query.\n\n" .
+    'We apologise for the inconvenience but we really need to limit the ' .
+    "load on our server.\n\n" .
+    "Feel free to run a more refined query.\n\n" .
+    'Stopped';
 }
 
 ################################################################################



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