public inbox for frysk-cvs@sourceware.org
help / color / mirror / Atom feed
From: rmoseley@sourceware.org
To: frysk-cvs@sourceware.org
Subject: [SCM]  master: Fix output message.
Date: Fri, 18 Apr 2008 19:05:00 -0000	[thread overview]
Message-ID: <20080418190511.13540.qmail@sourceware.org> (raw)

The branch, master has been updated
       via  9072e069746c0f4d1a10c00482971fa0b4f1fd09 (commit)
      from  48a7edfa2a0699f311d3a16d174b3338ad87f4d6 (commit)

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

- Log -----------------------------------------------------------------
commit 9072e069746c0f4d1a10c00482971fa0b4f1fd09
Author: Rick Moseley <rmoseley@localhost.localdomain>
Date:   Fri Apr 18 14:04:01 2008 -0500

    Fix output message.
    
    * StartRun.java: Fix output message.

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

Summary of changes:
 frysk-core/frysk/hpd/ChangeLog     |    2 ++
 frysk-core/frysk/hpd/StartRun.java |    4 ++--
 2 files changed, 4 insertions(+), 2 deletions(-)

First 500 lines of diff:
diff --git a/frysk-core/frysk/hpd/ChangeLog b/frysk-core/frysk/hpd/ChangeLog
index aca7b70..b48eb6e 100644
--- a/frysk-core/frysk/hpd/ChangeLog
+++ b/frysk-core/frysk/hpd/ChangeLog
@@ -2,6 +2,8 @@
 
 	* StartRun.java: Fix bug in TestSysRoot introduced by
 	yesterday's changes.
+	
+	* StartRun.java: Fix bug in output message.
 
 2008-04-17  Rick Moseley  <rmoseley@redhat.com>
 
diff --git a/frysk-core/frysk/hpd/StartRun.java b/frysk-core/frysk/hpd/StartRun.java
index 0fd6eac..b35ad22 100644
--- a/frysk-core/frysk/hpd/StartRun.java
+++ b/frysk-core/frysk/hpd/StartRun.java
@@ -260,8 +260,8 @@ abstract class StartRun extends ParameterizedCommand {
 		else
 		    temp [0] = argList[0];
 		cli.addMessage(startrun + " with this commmand: " + 
-			   asString(command, temp, cmd), Message.TYPE_NORMAL);
-		Manager.host.requestCreateAttachedProc(createArgList(null, temp), runner);
+			   asString("", temp, cmd), Message.TYPE_NORMAL);
+		Manager.host.requestCreateAttachedProc(createArgList(command, temp), runner);
 	    }
 	    break;
 	    


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


                 reply	other threads:[~2008-04-18 19:05 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=20080418190511.13540.qmail@sourceware.org \
    --to=rmoseley@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).