the two "empty" DEBUGPC do terminate the line ("\n"). never mind, if i
find some more distorted debug output during test in the future, i will post them here.
-----Ursprüngliche Nachricht-----
Von: openbsc-bounces(a)lists.gnumonks.org [mailto:openbsc-bounces@lists.gnumonks.org] Im
Auftrag von Holger Freyther
Gesendet: Donnerstag, 4. Juni 2009 16:00
An: openbsc(a)lists.gnumonks.org
Betreff: Re: patch 24: output
On Wednesday 03 June 2009 09:41:13 Andreas.Eversberg wrote:
the reason for moving "subscr_get_by_tmsi"
behind the "DEBUGPC" function is
to finish the debug line (using end-of-line) before calling the
"subscr_get_by_tmsi" function. the "subscr_get_by_tmsi" function may
also
do debug output (currently uses printf). without changing it, the debug
gets distorted.
Applied, I assume you agree that omitting the other two "empty" DEBUGPC is
good enough as well?