From mboxrd@z Thu Jan 1 00:00:00 1970 From: rohara@sourceware.org Date: 30 Aug 2006 17:35:41 -0000 Subject: [Cluster-devel] cluster/ccs/daemon ccsd.c Message-ID: <20060830173541.12981.qmail@sourceware.org> List-Id: To: cluster-devel.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit CVSROOT: /cvs/cluster Module name: cluster Changes by: rohara at sourceware.org 2006-08-30 17:35:41 Modified files: ccs/daemon : ccsd.c Log message: Remove error handling for missing magma plugins. Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/ccs/daemon/ccsd.c.diff?cvsroot=cluster&r1=1.24&r2=1.25 --- cluster/ccs/daemon/ccsd.c 2006/05/16 10:27:54 1.24 +++ cluster/ccs/daemon/ccsd.c 2006/08/30 17:35:40 1.25 @@ -728,10 +728,6 @@ exit(EXIT_SUCCESS); switch(WEXITSTATUS(status)){ - case EXIT_MAGMA_PLUGINS: - fprintf(stderr, "Failed to connect to cluster manager.\n" - "Hint: Magma plugins are not in the right spot.\n"); - break; case EXIT_CLUSTER_FAIL: fprintf(stderr, "Failed to connect to cluster manager.\n"); break;