Navigation


Changeset 782:8e3a4c8fb975 in freeDiameter for doc


Ignore:
Timestamp:
Feb 28, 2012, 4:14:30 PM (12 years ago)
Author:
Sebastien Decugis <sdecugis@nict.go.jp>
Branch:
default
Phase:
public
Message:

Started fixing dbg_interactive sample -- hangs in fd_sess_fromsid

File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/dbg_interactive.py.sample

    r706 r782  
    5353# Note: the python version does not support printf-like argument list. The formating should be done in python.
    5454#       See SWIG documentation about varargs functions for more information.
    55 fd_log_debug("3 + 4 = %d\n" % (7))
     55fd_log_debug_fstr(None, "3 + 4 = %d\n" % (7))
    5656
    5757
Note: See TracChangeset for help on using the changeset viewer.