From mboxrd@z Thu Jan 1 00:00:00 1970 From: teigland@sourceware.org Date: 22 Jun 2006 20:58:29 -0000 Subject: [Cluster-devel] cluster/gfs2/mount umount.gfs2.c Message-ID: <20060622205829.9855.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: teigland at sourceware.org 2006-06-22 20:58:29 Modified files: gfs2/mount : umount.gfs2.c Log message: remove debug printf Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs2/mount/umount.gfs2.c.diff?cvsroot=cluster&r1=1.8&r2=1.9 --- cluster/gfs2/mount/umount.gfs2.c 2006/02/27 22:46:47 1.8 +++ cluster/gfs2/mount/umount.gfs2.c 2006/06/22 20:58:28 1.9 @@ -99,8 +99,6 @@ prog_name = argv[0]; - printf("%s called\n", prog_name); - if (!strstr(prog_name, "gfs")) die("invalid umount helper name \"%s\"\n", prog_name);