From: Daniel KouĊ™il Date: Fri, 10 Feb 2006 14:27:47 +0000 (+0000) Subject: Enlarged buffer for error messages so the long messages from GSSAPI could be displayed X-Git-Tag: merge_for_3_1_dst~15 X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=49bfd35c88511c910dfd4edd75a529923af2d957;p=jra1mw.git Enlarged buffer for error messages so the long messages from GSSAPI could be displayed --- diff --git a/org.glite.lb.logger/src/il_error.c b/org.glite.lb.logger/src/il_error.c index 95bee1b..f57b2ed 100644 --- a/org.glite.lb.logger/src/il_error.c +++ b/org.glite.lb.logger/src/il_error.c @@ -20,7 +20,7 @@ extern int log_level; static pthread_key_t err_key; -static int IL_ERR_MSG_LEN = 128; +static int IL_ERR_MSG_LEN = 1024; static void