cec: a recording device inherits all the features of a playback device. changed defau...
[deb_libcec.git] / src / testclient / main.cpp
index aae5c007d9598ec2aba48420976df17e26a7bd54..73d69905186d177d6193b0d6c98f280ad6634aa5 100644 (file)
@@ -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);