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:
77c7f58
)
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
Galen Charlton
<gmc@esilibrary.com>
Tue, 19 Aug 2014 22:54:46 +0000
(15:54 -0700)
Signed-off-by: Bill Erickson <berick@esilibrary.com>
Signed-off-by: Galen Charlton <gmc@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();
}