[Opensrf-commits] r1437 - trunk/src/gateway
svn at svn.open-ils.org
svn at svn.open-ils.org
Tue Sep 23 12:57:46 EDT 2008
Author: erickson
Date: 2008-09-23 12:57:44 -0400 (Tue, 23 Sep 2008)
New Revision: 1437
Modified:
trunk/src/gateway/osrf_http_translator.c
Log:
set log xid on outbound messages
Modified: trunk/src/gateway/osrf_http_translator.c
===================================================================
--- trunk/src/gateway/osrf_http_translator.c 2008-09-22 15:34:14 UTC (rev 1436)
+++ trunk/src/gateway/osrf_http_translator.c 2008-09-23 16:57:44 UTC (rev 1437)
@@ -341,6 +341,7 @@
// send the message to the recipient
transport_message* tmsg = message_init(
trans->body, NULL, trans->thread, trans->recipient, NULL);
+ message_set_osrf_xid(tmsg, osrfLogGetXid());
client_send_message(trans->handle, tmsg);
message_free(tmsg);
More information about the opensrf-commits
mailing list