use a shorter topic label for readability

Jekyll's logger like the first parameter to be of 20 chars or lesser
This commit is contained in:
Ashwin Maroli
2017-12-04 13:03:39 +05:30
parent 9ec9273ed9
commit 8e2c240fa6

View File

@@ -210,7 +210,7 @@ module Jekyll
if site.publisher.publish?(doc) || !write?
docs << doc
else
Jekyll.logger.debug "Skipped From Publishing:", doc.relative_path
Jekyll.logger.debug "Skipped Publishing:", doc.relative_path
end
end