CVSROOT:        /cvs/cluster
Module name:    cluster
Changes by:     [EMAIL PROTECTED]       2007-10-25 14:27:33

Modified files:
        gfs2/tool      : misc.c 

Log message:
        Resolves: bz 345501: minor correction to previous commit.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs2/tool/misc.c.diff?cvsroot=cluster&r1=1.9&r2=1.10

--- cluster/gfs2/tool/misc.c    2007/10/25 14:14:33     1.9
+++ cluster/gfs2/tool/misc.c    2007/10/25 14:27:33     1.10
@@ -110,7 +110,7 @@
 void
 print_lockdump(int argc, char **argv)
 {
-       die("lockdump not implemented: use debugfs instead.  \ne.g. cat 
/sys/kernel/debug/gfs2/clustname\:fsname/glocks\n");
+       die("lockdump not implemented: use debugfs instead.  \ne.g. cat 
/sys/kernel/debug/gfs2/clustname\\:fsname/glocks\n");
 }
 
 /**

Reply via email to