>> - If I remember correctly, elog shouldn't be used for empty lines like
>>   in qmail_supervise_config_notice. Use echo instead for them.
> 
> You remember incorrectly (though I don't think I ever said anything
> about it). You should use elog/ewarn/... without arguments to separate
> different message items (with echo it might look better on the console
> during the build, but worse in the final log).
> 
Is there anything technically wrong with

elog 'message A

message B'

..which is how we'd do a multi-line echo in bash? (I don't know how it
interacts with the log.)


-- 
[EMAIL PROTECTED] mailing list

Reply via email to