summaryrefslogtreecommitdiffstats
path: root/doc/help
diff options
context:
space:
mode:
authorChris St. Pierre <chris.a.st.pierre@gmail.com>2013-03-21 13:37:23 -0400
committerChris St. Pierre <chris.a.st.pierre@gmail.com>2013-03-21 13:37:41 -0400
commit689c1519ced43315a4d8c78128c517743d772dce (patch)
treeed6441be694485070be708acd579f29b3264c0ea /doc/help
parentbf8becbdcaae2c9f7b09925ecd9547fd3f6a72fe (diff)
downloadbcfg2-689c1519ced43315a4d8c78128c517743d772dce.tar.gz
bcfg2-689c1519ced43315a4d8c78128c517743d772dce.tar.bz2
bcfg2-689c1519ced43315a4d8c78128c517743d772dce.zip
more consistent XML-RPC debug calls for FAM
Diffstat (limited to 'doc/help')
-rw-r--r--doc/help/troubleshooting.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/help/troubleshooting.txt b/doc/help/troubleshooting.txt
index 35c1e93a2..aac831ae0 100644
--- a/doc/help/troubleshooting.txt
+++ b/doc/help/troubleshooting.txt
@@ -56,8 +56,8 @@ the debug level individually on a given plugin, e.g.::
Finally, the File Activity Monitor has its own analogue to these two
methods, for setting the debug level of the FAM:
- bcfg2-admin xcmd toggle_fam_debug
- bcfg2-admin xcmd set_fam_debug false
+ bcfg2-admin xcmd Inotify.toggle_debug
+ bcfg2-admin xcmd Inotify.set_debug false
Check if all repository XML files conform to schemas
====================================================