From 0788850a343aedac79b5db636e99a8545bb4214e Mon Sep 17 00:00:00 2001 From: Darren Salt Date: Tue, 1 Dec 2009 01:33:30 +0000 Subject: Fork failure messages shouldn't be debug-only. --- src/input/input_pvr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/input') diff --git a/src/input/input_pvr.c b/src/input/input_pvr.c index 7b08ef5ea..5e7f7bca9 100644 --- a/src/input/input_pvr.c +++ b/src/input/input_pvr.c @@ -1453,7 +1453,7 @@ static int pvr_plugin_open (input_plugin_t *this_gen ) { if ((err = pthread_create (&this->pvr_thread, NULL, pvr_loop, this)) != 0) { - xprintf (this->stream->xine, XINE_VERBOSITY_DEBUG, + xprintf (this->stream->xine, XINE_VERBOSITY_NONE, "input_pvr: can't create new thread (%s)\n", strerror(err)); _x_abort(); } -- cgit v1.2.3