From: mquinson Date: Thu, 4 Mar 2010 14:55:44 +0000 (+0000) Subject: More debug X-Git-Tag: SVN~548 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/c76bb7ae607ab6035990371a23c9e2091d2d3161 More debug git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7191 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/src/bindings/ruby/MasterSlave.rb b/src/bindings/ruby/MasterSlave.rb index ebc778782e..7b04171b55 100644 --- a/src/bindings/ruby/MasterSlave.rb +++ b/src/bindings/ruby/MasterSlave.rb @@ -52,6 +52,9 @@ end class Slave < MSG::Process def main(args) mailbox = "slave " + args[0] + for i in 0..args.size-1 + MSG::debug("args["+String(i)+"]="+args[i]) + end while true info("Ready to Receive Task")