public inbox for frysk-cvs@sourceware.org
help / color / mirror / Atom feed
From: mark@sourceware.org
To: frysk-cvs@sourceware.org
Subject: [SCM]  master: Properly format TimeoutException message and add unit.
Date: Mon, 11 Feb 2008 15:01:00 -0000	[thread overview]
Message-ID: <20080211150110.4478.qmail@sourceware.org> (raw)

The branch, master has been updated
       via  bc777c205aa8c0165ba7930630c146e5975b0fc0 (commit)
      from  8d3ef877015432d007f12e653677b2e41807a0b7 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email.

- Log -----------------------------------------------------------------
commit bc777c205aa8c0165ba7930630c146e5975b0fc0
Author: Mark Wielaard <mwielaard@redhat.com>
Date:   Mon Feb 11 15:55:24 2008 +0100

    Properly format TimeoutException message and add unit.
    
    frysk-sys/frysk/expunit/ChangeLog
    2008-02-08  Mark Wielaard  <mark@klomp.org>
    
           * TimeoutException.java: Properly format message and add unit.

-----------------------------------------------------------------------

Summary of changes:
 frysk-sys/frysk/expunit/ChangeLog             |    4 ++++
 frysk-sys/frysk/expunit/TimeoutException.java |    5 +++--
 2 files changed, 7 insertions(+), 2 deletions(-)

First 500 lines of diff:
diff --git a/frysk-sys/frysk/expunit/ChangeLog b/frysk-sys/frysk/expunit/ChangeLog
index ad00881..b2201c5 100644
--- a/frysk-sys/frysk/expunit/ChangeLog
+++ b/frysk-sys/frysk/expunit/ChangeLog
@@ -1,3 +1,7 @@
+2008-02-08  Mark Wielaard  <mark@klomp.org>
+
+	* TimeoutException.java: Properly format message and add unit.
+	
 2008-02-08  Andrew Cagney  <cagney@redhat.com>
 
 	* Child.java: Update to match frysk.rsl.Log.
diff --git a/frysk-sys/frysk/expunit/TimeoutException.java b/frysk-sys/frysk/expunit/TimeoutException.java
index d050720..9d0d3d4 100644
--- a/frysk-sys/frysk/expunit/TimeoutException.java
+++ b/frysk-sys/frysk/expunit/TimeoutException.java
@@ -1,6 +1,6 @@
 // This file is part of the program FRYSK.
 //
-// Copyright 2007, Red Hat Inc.
+// Copyright 2007, 2008, Red Hat Inc.
 //
 // FRYSK is free software; you can redistribute it and/or modify it
 // under the terms of the GNU General Public License as published by
@@ -48,6 +48,7 @@ public class TimeoutException extends MatchException {
     static final long serialVersionUID = 1;
 
     TimeoutException(long millisecondTimeout, Match[] matches, String output) {
-	super("timeout of " + millisecondTimeout + "expired", matches, output);
+	super("timeout of " + millisecondTimeout + " milliseconds expired",
+	      matches, output);
     }
 }


hooks/post-receive
--
frysk system monitor/debugger


                 reply	other threads:[~2008-02-11 15:01 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20080211150110.4478.qmail@sourceware.org \
    --to=mark@sourceware.org \
    --cc=frysk-cvs@sourceware.org \
    --cc=frysk@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).