Merge pull request #6595 from ashmaroli/shorter-log-key

Use a shorter topic label for readability
This commit is contained in:
Frank Taillandier 2018-01-02 11:21:35 +01:00 committed by GitHub
commit 9a812a931a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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