Increase log buffer size.

git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1517423 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
jsdelfino 2013-08-26 05:18:17 +00:00
parent 91c4354f61
commit 64587892af

View file

@ -233,7 +233,7 @@ public:
private:
const int level;
int len;
char buf[513];
char buf[4097];
};
/**