Move most warning/info statements to stderr

This commit is contained in:
Steven Robertson
2017-05-15 11:58:12 -07:00
parent 9bcfc36b7a
commit 29c595ddc5
3 changed files with 11 additions and 10 deletions

View File

@ -352,7 +352,7 @@ class RenderManager(ClsMod):
# Do a blocking sync to free up resources. This may slightly reduce
# parallelism but makes it a whole heck of a lot easier to keep
# using the computer while things render.
print 'Launches became blocking, synchronizing'
print >> sys.stderr, 'Launches became blocking, synchronizing'
iter_stream_right.synchronize()
# Make sure the other stream is done flushing before we start