diff options
Diffstat (limited to 'lib/util/debug.c')
-rw-r--r-- | lib/util/debug.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/util/debug.c b/lib/util/debug.c index cd2c608805..99ce441526 100644 --- a/lib/util/debug.c +++ b/lib/util/debug.c @@ -954,7 +954,7 @@ bool dbghdrclass(int level, int cls, const char *location, const char *func) /* Ensure we don't lose any real errno value. */ int old_errno = errno; bool verbose = false; - char header_str[200]; + char header_str[300]; size_t hs_len; struct timeval tv; struct timeval_buf tvbuf; |