]> git.sesse.net Git - vlc/blobdiff - modules/meta_engine/taglib.cpp
No need to add a '\n' at the end of messages passed to msg_*
[vlc] / modules / meta_engine / taglib.cpp
index 504835a602ba8abd7f19bccf624ed9345177836e..c5740aa068f066e6ade7b2e980c810f2384f4ef3 100644 (file)
@@ -550,7 +550,7 @@ static int WriteMeta( vlc_object_t *p_this )
 
     if( f.isNull() || !f.tag() || f.file()->readOnly() )
     {
-        msg_Err( p_this, "File %s can't be opened for tag writing\n",
+        msg_Err( p_this, "File %s can't be opened for tag writing",
             p_export->psz_file );
         return VLC_EGENERIC;
     }