comparison plugins/gaim-remote/remote.c @ 7617:a83aaf250284

[gaim-migrate @ 8241] gaim-remote was the culprit ... Nathan and Luke found this at virtually the same time. Good job, guys. committer: Tailor Script <tailor@pidgin.im>
author Ethan Blanton <elb@pidgin.im>
date Sun, 23 Nov 2003 23:32:42 +0000
parents 414c701ef1ff
children ea2d07ad05a9
comparison
equal deleted inserted replaced
7616:a4acf41898c1 7617:a83aaf250284
648 listen(fd, 100); 648 listen(fd, 100);
649 else { 649 else {
650 g_log(NULL, G_LOG_LEVEL_CRITICAL, 650 g_log(NULL, G_LOG_LEVEL_CRITICAL,
651 "Failed to assign %s to a socket (Error: %s)", 651 "Failed to assign %s to a socket (Error: %s)",
652 saddr.sun_path, strerror(errno)); 652 saddr.sun_path, strerror(errno));
653 umask(m);
653 return -1; 654 return -1;
654 } 655 }
655 umask(m); 656 umask(m);
656 } else 657 } else
657 g_log(NULL, G_LOG_LEVEL_CRITICAL, "Unable to open socket: %s", strerror(errno)); 658 g_log(NULL, G_LOG_LEVEL_CRITICAL, "Unable to open socket: %s", strerror(errno));