public inbox for frysk-cvs@sourceware.org
help / color / mirror / Atom feed
* [SCM]  master: Fix output message.
@ 2008-04-18 19:05 rmoseley
  0 siblings, 0 replies; only message in thread
From: rmoseley @ 2008-04-18 19:05 UTC (permalink / raw)
  To: frysk-cvs

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


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-04-18 19:05 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-04-18 19:05 [SCM] master: Fix output message rmoseley

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).