]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
linuxdvb: minor typo fix (exlusive -> exclusive)
authorJaroslav Kysela <perex@perex.cz>
Tue, 14 Mar 2017 13:43:23 +0000 (14:43 +0100)
committerJaroslav Kysela <perex@perex.cz>
Tue, 14 Mar 2017 13:43:23 +0000 (14:43 +0100)
src/input/mpegts/linuxdvb/linuxdvb_adapter.c

index cceca3193d6055a7240cc302677c3edaf8af3a02..14d3564b26b2f40ec2804ef81191755522062e04 100644 (file)
@@ -475,8 +475,9 @@ linuxdvb_adapter_add ( const char *path )
                             a, fetypes[i], dvb_type2str(i));
   } else if (!r && j > 1) {
     la->la_exclusive = 1;
-    tvhinfo(LS_LINUXDVB, "adapter %d setting exlusive flag", a);
   }
+  if (la->la_exclusive)
+    tvhinfo(LS_LINUXDVB, "adapter %d setting exclusive flag", a);
 #endif
 
   /* Save configuration */