LP#1268619: websockets: apply syslog name in gateway
authorBill Erickson <berick@esilibrary.com>
Mon, 10 Mar 2014 19:55:24 +0000 (15:55 -0400)
committerGalen 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

index 0d06bd4..5b9d607 100644 (file)
@@ -520,6 +520,7 @@ int child_init(const WebSocketServer *server) {
             return 1;
         }
 
+        osrfLogSetAppname("osrf_websocket_translator");
         osrf_handle = osrfSystemGetTransportClient();
     }