From 441ad634bc3e18bd7b1d05147e99d46f3f3bb004 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ale=C5=A1=20K=C5=99enek?= Date: Wed, 13 Dec 2006 13:07:26 +0000 Subject: [PATCH] sychronize default dglogd file prefix --- org.glite.lb.server/src/il_lbproxy.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 1.8.2.3