only warn on a mac, include \n

This commit is contained in:
Damien Elmes 2009-03-28 10:14:43 +09:00
parent 7886d498bd
commit 19698d6256

View file

@ -266,7 +266,8 @@ try:
except ImportError:
# fall back to old nssound code for 10.3
sys.stderr.write("falling back to 10.3 audio library")
if sys.platform.startswith("darwin"):
sys.stderr.write("falling back to 10.3 audio library\n")
try: