From a14475fa835289f956af652b6b73ddaeffd4bf18 Mon Sep 17 00:00:00 2001 From: "Kaleb S. KEITHLEY" Date: Fri, 30 Jun 2017 09:05:51 -0400 Subject: core: assorted typos and spelling mistakes from Debian lintian Plus minor readability improvements. Reported-by: pmatthaei@debian.org Change-Id: I5393819a2fc9f240a19811143bb57b127df717cf BUG: 1466785 Signed-off-by: Kaleb S. KEITHLEY Reviewed-on: https://review.gluster.org/17660 Smoke: Gluster Build System Reviewed-by: Shyamsundar Ranganathan CentOS-regression: Gluster Build System --- xlators/features/trash/src/trash.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'xlators/features') diff --git a/xlators/features/trash/src/trash.c b/xlators/features/trash/src/trash.c index e321a05a01b..ab01832bb8b 100644 --- a/xlators/features/trash/src/trash.c +++ b/xlators/features/trash/src/trash.c @@ -1889,8 +1889,9 @@ trash_truncate_stat_cbk (call_frame_t *frame, void *cookie, xlator_t *this, */ if (buf->ia_size > (priv->max_trash_file_size) || buf->ia_size <= local->fop_offset) { - gf_log (this->name, GF_LOG_DEBUG, "%s: not moving to trash , " - "having inappropiate file size", local->loc.path); + gf_log (this->name, GF_LOG_DEBUG, + "%s: file is too large to move to trash", + local->loc.path); STACK_WIND (frame, trash_common_unwind_buf_cbk, FIRST_CHILD(this), -- cgit