diff options
| author | Donald Sharp <sharpd@cumulusnetworks.com> | 2020-07-15 20:06:55 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-07-15 20:06:55 -0400 |
| commit | 3eb15671ee08db71a92434593e38c4c741498944 (patch) | |
| tree | 84f6dcd439a9fd6fe195d7f736ae9a418fd4d3d0 /lib/buffer.c | |
| parent | c71ff7a60e9b0083b40232967ca352e4dd63e732 (diff) | |
| parent | 47b13e9bc0de0a7ee53aedb09b6bf33e63e4444c (diff) | |
Merge pull request #6731 from opensourcerouting/style-string-prep
*: string coding style
Diffstat (limited to 'lib/buffer.c')
| -rw-r--r-- | lib/buffer.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/buffer.c b/lib/buffer.c index ff49bc83df..459d98e75d 100644 --- a/lib/buffer.c +++ b/lib/buffer.c @@ -327,8 +327,7 @@ buffer_status_t buffer_flush_window(struct buffer *b, int fd, int width, /* This should absolutely never occur. */ flog_err_sys( EC_LIB_SYSTEM_CALL, - "%s: corruption detected: iov_small overflowed; " - "head %p, tail %p, head->next %p", + "%s: corruption detected: iov_small overflowed; head %p, tail %p, head->next %p", __func__, (void *)b->head, (void *)b->tail, (void *)b->head->next); iov = XMALLOC(MTYPE_TMP, |
