]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
incresed the LOG_BUFFER_SIZE from 100 to 512 bytes
authorphille <phille@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 9 Feb 2007 19:01:40 +0000 (19:01 +0000)
committerphille <phille@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 9 Feb 2007 19:01:40 +0000 (19:01 +0000)
HLT/BASE/AliHLTLogging.cxx

index 066babaf0305c9332282e292447d7f67097b8b8a..20cbe24d89b07923a309eaca97fe2d86136e8101 100644 (file)
@@ -31,7 +31,7 @@ using namespace std;
 #include "TString.h"
 
 // global logging buffer
-#define LOG_BUFFER_SIZE 100
+#define LOG_BUFFER_SIZE 512
 char gAliHLTLoggingBuffer[LOG_BUFFER_SIZE]="";
 char gAliHLTLoggingOriginBuffer[LOG_BUFFER_SIZE]="";