Make sure it always goes to stderr.

This commit is contained in:
Itamar Turner-Trauring 2021-05-11 11:54:30 -04:00
parent 9b6067dcd1
commit 070691caa2

View File

@ -185,8 +185,8 @@ def _maybe_enable_eliot_logging(options, reactor):
def run():
if six.PY3:
warnings.warn("Support for Python 3 is an incomplete work-in-progress."
" Use at your own risk.")
print("Support for Python 3 is an incomplete work-in-progress."
" Use at your own risk.", file=sys.stderr)
if sys.platform == "win32":
from allmydata.windows.fixups import initialize