mirror of https://github.com/mchr3k/org.intrace
Improve low memory message
This commit is contained in:
parent
31b98da166
commit
02a504d914
|
|
@ -48,7 +48,7 @@ public class TraceFilterThread implements Runnable
|
|||
/**
|
||||
* Low memory warning
|
||||
*/
|
||||
private static final String LOW_MEMORY = "Warning: Low memory - no further trace will be collected.";
|
||||
private static final String LOW_MEMORY = "Warning: Low memory - no further trace will be collected. StdOut or File output will continue if enabled.";
|
||||
|
||||
/**
|
||||
* Pattern which matches anything
|
||||
|
|
|
|||
Loading…
Reference in New Issue