From: Aleš Křenek Date: Wed, 13 Dec 2006 13:07:26 +0000 (+0000) Subject: sychronize default dglogd file prefix X-Git-Tag: glite-lb-server_R_1_3_9 X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=441ad634bc3e18bd7b1d05147e99d46f3f3bb004;p=jra1mw.git sychronize default dglogd file prefix --- diff --git a/org.glite.lb.server/src/il_lbproxy.c b/org.glite.lb.server/src/il_lbproxy.c index 487c847..be5c11c 100644 --- a/org.glite.lb.server/src/il_lbproxy.c +++ b/org.glite.lb.server/src/il_lbproxy.c @@ -5,7 +5,7 @@ #define FCNTL_ATTEMPTS 5 #define FCNTL_TIMEOUT 1 -#define FILE_PREFIX "/tmp/dglogd.log" +#define FILE_PREFIX EDG_WLL_LOG_PREFIX_DEFAULT #define DEFAULT_SOCKET "/tmp/interlogger.sock" char *lbproxy_ilog_socket_path = DEFAULT_SOCKET;