Be more explicit with 'no video detected' rather than 'no input

detected' when probing for services.
This commit is contained in:
Andreas Öman 2008-08-25 19:44:29 +00:00
parent d52414e3e9
commit d5b7d9c7da

View file

@ -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";