[clusterfest commit] r227 - trunk/src/com/flaptor/clusterfest/monitoring/node

0 views
Skip to first unread message

codesite...@google.com

unread,
Jul 15, 2008, 1:23:11 PM7/15/08
to clust...@googlegroups.com
Author: martinmassera
Date: Tue Jul 15 10:22:18 2008
New Revision: 227

Modified:
trunk/src/com/flaptor/clusterfest/monitoring/node/MonitoreableImplementation.java

Log:
change in comment

Modified: trunk/src/com/flaptor/clusterfest/monitoring/node/MonitoreableImplementation.java
==============================================================================
---
trunk/src/com/flaptor/clusterfest/monitoring/node/MonitoreableImplementation.java (original)
+++
trunk/src/com/flaptor/clusterfest/monitoring/node/MonitoreableImplementation.java
Tue Jul 15 10:22:18 2008
@@ -77,7 +77,7 @@
try {
logFile = FileUtil.getExistingFile(logName, true, false, false);
if (maxChars > 0){
- return new String(IOUtil.tail(logFile,maxChars)); //read max 500k
+ return new String(IOUtil.tail(logFile,maxChars));
} else {
return IOUtil.readAll(new FileReader(logFile));
}

Reply all
Reply to author
Forward
0 new messages