Added message when reading custom section

This commit is contained in:
Héctor Molinero Fernández 2018-04-22 11:23:56 +02:00
commit 1a306925a6

1
hblock
View file

@ -359,6 +359,7 @@ main() {
content=$(cat -- "$output")
# Get custom section
logAction 'Reading custom section...'
custom=$(
printf -- '%s' "$content" | sed '/^#.*<custom>/,/^#.*<\/custom>/!d;//d' &&
# "user-defined" is deprecated, use "custom" instead