]> code.delx.au - gnu-emacs/commitdiff
add_to_log expects Lisp parameters origin/feature/async-dns
authorLars Ingebrigtsen <larsi@gnus.org>
Mon, 22 Feb 2016 02:34:54 +0000 (13:34 +1100)
committerLars Ingebrigtsen <larsi@gnus.org>
Mon, 22 Feb 2016 02:34:54 +0000 (13:34 +1100)
src/process.c

index 72580a2ff49a90068e6dc30c41404e6896e957ba..c881a20790ea91831093a5bdab066fb591aa50dc 100644 (file)
@@ -4743,7 +4743,7 @@ wait_for_socket_fds (Lisp_Object process, char *name)
   while (XPROCESS (process)->infd < 0 &&
         EQ (XPROCESS (process)->status, Qconnect))
     {
-      add_to_log ("Waiting for socket from %s...\n", name);
+      add_to_log ("Waiting for socket from %s...\n", build_string (name));
       wait_reading_process_output (0, 20 * 1000 * 1000, 0, 0, Qnil, NULL, 0);
     }
 }