1
0
Fork 0
mirror of https://github.com/lise-henry/crowbook synced 2024-06-10 06:16:21 +02:00

Change 'contains file above directory' warning to debug

This commit is contained in:
Elisabeth Henry 2017-03-27 04:07:04 +02:00
parent ee964cc9d1
commit 2d1246c435

View File

@ -834,7 +834,7 @@ impl Book {
};
if offset.starts_with("..") {
self.logger
.warning(lformat!("Warning: book contains chapter '{file}' in a directory above \
.debug(lformat!("Warning: book contains chapter '{file}' in a directory above \
the book file, this might cause problems",
file = misc::normalize(file)));
}