diff src/aim.c @ 3489:66bf7ecefedd

[gaim-migrate @ 3545] Fixing some bugs, since Sean retired and all. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Fri, 06 Sep 2002 23:03:20 +0000
parents abaee81fdea2
children adaa8cbf79e9
line wrap: on
line diff
--- a/src/aim.c	Wed Sep 04 15:12:55 2002 +0000
+++ b/src/aim.c	Fri Sep 06 23:03:20 2002 +0000
@@ -495,10 +495,10 @@
 		if (connect(fd, (struct sockaddr *)&saddr, sizeof(saddr)) != -1)
 			return fd;
 		else
-			debug_printf("Failed to assign %s to a socket (Error: %s)",
+			debug_printf("Failed to assign %s to a socket (Error: %s)\n",
 					saddr.sun_path, strerror(errno));
 	} else
-		debug_printf("Unable to open socket: %s", strerror(errno));
+		debug_printf("Unable to open socket: %s\n", strerror(errno));
 	close(fd);
 	return -1;
 }