[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [ns] Problem
Try:
fprintf( stderr, "Your message goes here.\n");
It may work.
Ismail
On Thu, 19 Jul 2001, Riccardo Russo wrote:
> If I add some printf in the code for understanding how it works (for
> example in TTL.cc or in the method
> classify of classify-addr.cc). I don't see anything. Make tells me that
> all was compiled but when I
> run ns I don't see the printf messages. What does it mean? I'm sure that
> I put the printf in the right place and I should see something.
> Riccardo
>