]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
libav: cosmetics
authorJohn Törnblom <john@workstation.(none)>
Sun, 17 Mar 2013 07:48:15 +0000 (08:48 +0100)
committerJohn Törnblom <john@workstation.(none)>
Sun, 17 Mar 2013 07:51:41 +0000 (08:51 +0100)
src/muxer/muxer_libav.c

index 2f549823b4f98693ad0366751dcdd5984cc602df..495260f6d3baa921b5572f17db2f505a5ecf47fc 100644 (file)
@@ -355,7 +355,7 @@ lav_muxer_write_pkt(muxer_t *m, streaming_message_type_t smt, void *data)
   oc = lm->lm_oc;
 
   if(!oc->nb_streams) {
-    tvhlog(LOG_ERR, "libav",  "No streams to mux");
+    tvhlog(LOG_ERR, "libav", "No streams to mux");
     lm->m_errors++;
     return -1;
   }