Browse Source

libobs: Remove extra space in output reconnect log message

It has been bothering me to no end.

(cherry picked from commit 78d31322b2e9fae15f9db4f7a24a81ddfa5392a8)
tt2468 2 năm trước cách đây
mục cha
commit
8aa806adf8
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      libobs/obs-output.c

+ 1 - 1
libobs/obs-output.c

@@ -2417,7 +2417,7 @@ static void output_reconnect(struct obs_output *output)
 		blog(LOG_WARNING, "Failed to create reconnect thread");
 		os_atomic_set_bool(&output->reconnecting, false);
 	} else {
-		blog(LOG_INFO, "Output '%s':  Reconnecting in %.02f seconds..",
+		blog(LOG_INFO, "Output '%s': Reconnecting in %.02f seconds..",
 		     output->context.name,
 		     (float)(output->reconnect_retry_cur_msec / 1000.0));