Be more explicit with 'no video detected' rather than 'no input
detected' when probing for services.
This commit is contained in:
parent
d52414e3e9
commit
d5b7d9c7da
1 changed files with 1 additions and 1 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Reference in a new issue