1
0
Эх сурвалжийг харах

libobs: Remove newlines on ends of fixed audio buffering message

tt2468 3 жил өмнө
parent
commit
b56196dcf7

+ 2 - 4
libobs/obs-audio.c

@@ -319,10 +319,8 @@ static void set_fixed_audio_buffering(struct obs_core_audio *audio,
 		   sample_rate;
 		   sample_rate;
 
 
 	blog(LOG_INFO,
 	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);
 	     (int)total_ms);
 
 
 	new_ts.start =
 	new_ts.start =