On Mon, 21 Mar 2005 13:39:52 -0500 Michael wrote:
MPS> On 18/03/05 Robert Story did say:
MPS> > How are you calling DEBUGMSGTL ?
MPS> 
MPS> Like so...
MPS> 
MPS>     DEBUGMSGTL(("initialize_table_mitelAppTable",
MPS>                 "initializing mitelAppTable structures\n"));
MPS> 
MPS> So, should it be -Dinitialize_table_mitelAppTable then?

Exactly. The string match doesn't have to be exact, so I'd recommend reversing
the order, like so:

        mitelAppTable_table_init
        mitelAppTable_table_action
        mitelAppTable_test

Thus -Dmitel would output all three, while -DmitelAppTable_table would output
the first two, etc...


-- 
Robert Story; NET-SNMP Junkie
Support: <http://www.net-snmp.org/> <irc://irc.freenode.net/#net-snmp>
Archive: <http://sourceforge.net/mailarchive/forum.php?forum=net-snmp-coders>

You are lost in a twisty maze of little standards, all different. 


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Net-snmp-coders mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/net-snmp-coders

Reply via email to