projects
/
working
/
OpenSRF.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4e76fc2
)
LP#1268619: websockets: apply syslog name in gateway
author
Bill Erickson
<berick@esilibrary.com>
Mon, 10 Mar 2014 19:55:24 +0000
(15:55 -0400)
committer
Bill Erickson
<berick@esilibrary.com>
Sun, 4 May 2014 20:10:36 +0000
(16:10 -0400)
Signed-off-by: Bill Erickson <berick@esilibrary.com>
src/gateway/osrf_websocket_translator.c
patch
|
blob
|
history
diff --git
a/src/gateway/osrf_websocket_translator.c
b/src/gateway/osrf_websocket_translator.c
index
0d06bd4
..
5b9d607
100644
(file)
--- a/
src/gateway/osrf_websocket_translator.c
+++ b/
src/gateway/osrf_websocket_translator.c
@@
-520,6
+520,7
@@
int child_init(const WebSocketServer *server) {
return 1;
}
+ osrfLogSetAppname("osrf_websocket_translator");
osrf_handle = osrfSystemGetTransportClient();
}