El 2022-08-04 01:32, DustDFG escribió:
Hello!

Some parts of qi uses the 'echo' but some parts uses 'warn' function.
It looks like all the parts must use 'warn'  instrad of echo but I am
not sure...

A reading of the code reveals that the warn() function is composed of printf, redirecting the standard output message(s) to stderr. While the flat use of echo, sends the messages to the standard output, avoiding invoking the warn() function which represents another level of call.


Reply via email to