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:
parent
91c4354f61
commit
64587892af
1 changed files with 1 additions and 1 deletions
|
@ -233,7 +233,7 @@ public:
|
|||
private:
|
||||
const int level;
|
||||
int len;
|
||||
char buf[513];
|
||||
char buf[4097];
|
||||
};
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue