]> git.sesse.net Git - vlc/blobdiff - modules/audio_output/alsa.c
Do not add a newline at the end of the strings send to msg_*
[vlc] / modules / audio_output / alsa.c
index 58f93724aa016e88e205a11e6d3f8dd0029d95f3..5ec9c5400234b4a5e0b96417d7ec3aed3fe6e030 100644 (file)
@@ -422,7 +422,7 @@ static int Open (vlc_object_t *obj)
         goto error;
     }
     if (p_aout->output.output.i_rate != old_rate)
-        msg_Warn (p_aout, "resampling from %d Hz to %d Hz\n", old_rate,
+        msg_Warn (p_aout, "resampling from %d Hz to %d Hz", old_rate,
                   p_aout->output.output.i_rate);
 
     /* Set period size. */