diff options
| author | Donald Sharp <sharpd@cumulusnetworks.com> | 2017-08-24 08:58:46 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-08-24 08:58:46 -0400 |
| commit | 27c5d4de93cb8e8f0012ec3af889a3a0d97b7f5d (patch) | |
| tree | b10c32c11a244216dd473e2669e3ac56fa766b28 /lib/log.c | |
| parent | cbe6eca6a60e6910ed60998b7e0dd287fb791295 (diff) | |
| parent | de1a880c4e1f24e5cb4a2c1e4793fed73107ecbe (diff) | |
Merge pull request #1031 from opensourcerouting/small-bits
small bits
Diffstat (limited to 'lib/log.c')
| -rw-r--r-- | lib/log.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -701,7 +701,7 @@ void _zlog_assert_failed(const char *assertion, const char *file, assertion, file, line, (function ? function : "?")); zlog_backtrace(LOG_CRIT); zlog_thread_info(LOG_CRIT); - log_memstats_stderr("log"); + log_memstats(stderr, "log"); abort(); } |
