From d5b7d9c7dad3fc301894f1d2150e3ee5c3abb76f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20=C3=96man?= Date: Mon, 25 Aug 2008 19:44:29 +0000 Subject: [PATCH] Be more explicit with 'no video detected' rather than 'no input detected' when probing for services. --- serviceprobe.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/serviceprobe.c b/serviceprobe.c index 215d0a15..5387ba47 100644 --- a/serviceprobe.c +++ b/serviceprobe.c @@ -123,7 +123,7 @@ sp_status_callback(struct th_subscription *s, int status, void *opaque) errtxt = "Access denied"; break; case TRANSPORT_STATUS_NO_INPUT: - errtxt = "No input detected"; + errtxt = "No video detected"; break; default: errtxt = "Other error";