From a83518a29b721c1892c0a15cdce1f22859ca0449 Mon Sep 17 00:00:00 2001 From: Vincent Prouillet Date: Tue, 31 Jul 2018 15:39:10 +0200 Subject: [PATCH] Update warning message to use weight --- src/console.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/console.rs b/src/console.rs index 5905bbe..e28caa9 100644 --- a/src/console.rs +++ b/src/console.rs @@ -44,7 +44,7 @@ pub fn warn_about_ignored_pages(site: &Site) { if !ignored_pages.is_empty() { warn(&format!( - "{} page(s) ignored (missing date or order in a sorted section):", + "{} page(s) ignored (missing date or weight in a sorted section):", ignored_pages.len() )); for path in ignored_pages {