X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Ftestclient%2Fmain.cpp;h=73d69905186d177d6193b0d6c98f280ad6634aa5;hb=88e5de6f3e5f0f0ff13f47490c364aa68b5e773c;hp=aae5c007d9598ec2aba48420976df17e26a7bd54;hpb=a483a2fb27b9adbd48b114b5c9f25977dee12ea2;p=deb_libcec.git diff --git a/src/testclient/main.cpp b/src/testclient/main.cpp index aae5c00..73d6990 100644 --- a/src/testclient/main.cpp +++ b/src/testclient/main.cpp @@ -403,8 +403,8 @@ int main (int argc, char *argv[]) if (typeList.IsEmpty()) { if (!bSingleCommand) - cout << "No device type given. Using 'playback device'" << endl; - typeList.add(CEC_DEVICE_TYPE_PLAYBACK_DEVICE); + cout << "No device type given. Using 'recording device'" << endl; + typeList.add(CEC_DEVICE_TYPE_RECORDING_DEVICE); } ICECAdapter *parser = LibCecInit("CECTester", typeList);