comparison doc/dbg_interactive.py.sample @ 979:b90cb4c07160

Remove more newlines.
author Thomas Klausner <tk@giga.or.at>
date Thu, 14 Mar 2013 18:45:03 +0100
parents 8e3a4c8fb975
children 74bba7975864
comparison
equal deleted inserted replaced
978:d978078db9d7 979:b90cb4c07160
50 50
51 51
52 # Print messages to freeDiameter's debug facility 52 # Print messages to freeDiameter's debug facility
53 # Note: the python version does not support printf-like argument list. The formating should be done in python. 53 # Note: the python version does not support printf-like argument list. The formating should be done in python.
54 # See SWIG documentation about varargs functions for more information. 54 # See SWIG documentation about varargs functions for more information.
55 fd_log_debug_fstr(None, "3 + 4 = %d\n" % (7)) 55 fd_log_debug_fstr(None, "3 + 4 = %d" % (7))
56 56
57 57
58 # Display some framework state information 58 # Display some framework state information
59 r = fd_event_send(cvar.fd_g_config.cnf_main_ev, FDEV_DUMP_PEERS, 0, None) 59 r = fd_event_send(cvar.fd_g_config.cnf_main_ev, FDEV_DUMP_PEERS, 0, None)
60 r = fd_event_send(cvar.fd_g_config.cnf_main_ev, FDEV_DUMP_SERV, 0, None) 60 r = fd_event_send(cvar.fd_g_config.cnf_main_ev, FDEV_DUMP_SERV, 0, None)
"Welcome to our mercurial repository"