diff options
author | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2009-12-01 01:33:30 +0000 |
---|---|---|
committer | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2009-12-01 01:33:30 +0000 |
commit | 0788850a343aedac79b5db636e99a8545bb4214e (patch) | |
tree | 3f955ec31e3d1648ef228f6a6d8b6271a2e9efe0 /src/xine-engine/audio_out.c | |
parent | 08a01b18e3d6195471a6b51614feeef557eca081 (diff) | |
download | xine-lib-0788850a343aedac79b5db636e99a8545bb4214e.tar.gz xine-lib-0788850a343aedac79b5db636e99a8545bb4214e.tar.bz2 |
Fork failure messages shouldn't be debug-only.
Diffstat (limited to 'src/xine-engine/audio_out.c')
-rw-r--r-- | src/xine-engine/audio_out.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xine-engine/audio_out.c b/src/xine-engine/audio_out.c index 601af196a..4f68b8975 100644 --- a/src/xine-engine/audio_out.c +++ b/src/xine-engine/audio_out.c @@ -2285,7 +2285,7 @@ xine_audio_port_t *_x_ao_new_port (xine_t *xine, ao_driver_t *driver, if ((err = pthread_create (&this->audio_thread, &pth_attrs, ao_loop, this)) != 0) { - xprintf (this->xine, XINE_VERBOSITY_DEBUG, + xprintf (this->xine, XINE_VERBOSITY_NONE, "audio_out: can't create thread (%s)\n", strerror(err)); xprintf (this->xine, XINE_VERBOSITY_LOG, _("audio_out: sorry, this should not happen. please restart xine.\n")); |