[uml-user] Silent uml_switch

2007-02-20 Thread Jeroen van der Ham
Hello, Is it possible to add an option to uml_switch so that it is completely silent? I'm using UML as an educational tool to let students explore computer networks. However, if we create a network that contains a loop then uml_switch will start spamming all kinds of messages. Even if the uml_swi

Re: [uml-user] Silent uml_switch

2007-02-20 Thread Jeff Dike
On Tue, Feb 20, 2007 at 04:57:40PM +0100, Jeroen van der Ham wrote: > Is it possible to add an option to uml_switch so that it is completely > silent? It would be a matter of putting all the printf's under the control of such a switch - not a big deal. > I'm using UML as an educational tool to le