Browse Source

libobs: Remove newlines on ends of fixed audio buffering message

tt2468 3 years ago
parent
commit
b56196dcf7
1 changed files with 2 additions and 4 deletions
  1. 2 4
      libobs/obs-audio.c

+ 2 - 4
libobs/obs-audio.c

@@ -319,10 +319,8 @@ static void set_fixed_audio_buffering(struct obs_core_audio *audio,
 		   sample_rate;
 
 	blog(LOG_INFO,
-	     "\n"
-	     "enabling fixed audio buffering, total "
-	     "audio buffering is now %d milliseconds"
-	     "\n",
+	     "Enabling fixed audio buffering, total "
+	     "audio buffering is now %d milliseconds",
 	     (int)total_ms);
 
 	new_ts.start =