diff options
Diffstat (limited to 'src/usr/errl/errlentry.C')
-rw-r--r-- | src/usr/errl/errlentry.C | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/errl/errlentry.C b/src/usr/errl/errlentry.C index 45259d8e3..374277df4 100644 --- a/src/usr/errl/errlentry.C +++ b/src/usr/errl/errlentry.C @@ -47,7 +47,7 @@ namespace ERRORLOG // Trace definition trace_desc_t* g_trac_errl = NULL; -TRAC_INIT(&g_trac_errl, "ERRL", 1024, TRACE::BUFFER_SLOW); +TRAC_INIT(&g_trac_errl, "ERRL", KILOBYTE, TRACE::BUFFER_SLOW); /////////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////// |