[Devel] [ openser-Patches-1660536 ] log helper function in tm module
SourceForge.net
noreply at sourceforge.net
Mon Feb 19 16:21:35 CET 2007
Patches item #1660536, was opened at 2007-02-15 14:05
Message generated for change (Comment added) made by bogdan_iancu
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=743022&aid=1660536&group_id=139143
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: modules
Group: ver devel
>Status: Closed
>Resolution: Invalid
Priority: 5
Private: No
Submitted By: Henning Westerholt (henningw)
>Assigned to: Bogdan (bogdan_iancu)
Summary: log helper function in tm module
Initial Comment:
Hi,
the attached patch adds a logging helper function to the tm module. We're using this function to debug our configuration, eg. for failure routes.
This code is ported from 0.9.5, perhaps in the current version exist a better method to log the transaction state?
Otherwise please apply, if useful.
Thanks,
Henning
----------------------------------------------------------------------
>Comment By: Bogdan (bogdan_iancu)
Date: 2007-02-19 17:21
Message:
Logged In: YES
user_id=1275325
Originator: NO
Hi Henning,
you do not need it anymore in 1.2.x - you can access the reply code from
failure_route via the Pseudo variable $T_reply_code, so you can just do:
xlog("--reply code is $T_reply_code\n");
regards,
bogdan
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=743022&aid=1660536&group_id=139143
More information about the Devel
mailing list