New commits:
commit 8ebef91891bd94f833ef317d80142dc7dee5aa62
Author: David Brown <dmlb2000 AT gmail.com>
Commit: David Brown <dmlb2000 AT gmail.com>
fixed some tabs and the text for the new dialog for the castfs debugging
levels
diff --git a/ChangeLog b/ChangeLog
index 3471dda..dfcc2f6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,6 @@
2007-05-14 David Brown <dmlb2000 AT gmail.com>
* sorcery: added a castfs debug level option to sorcery debug dialog
+ and fixed the text and tabs
* config: made the CASTFS_DEBUG_LEVEL variable able to be set from
local config
case $COMMAND in
@@ -1506,10 +1506,10 @@ sorcery_devel_settings() {
S) TEXT="Note: You don't want to do this probably. Don't forget to
2>/root/debug.out.\nDo you want super debugging on?"
TOGGLE=`eval $DIALOG --yesno \"$TEXT\" 0 0` &&
( modify_local_config "SUPER_DEBUG" "on" ; modify_local_config "set"
"-x" "command" ) ||
- ( modify_local_config "SUPER_DEBUG" "" ; modify_local_config "set"
"+x" "command" ) ;;
- C) TEXT="Note: This is a numeric value, if you change this to 0, castfs
won't do any debugging, if its anything but a numeric value castfs could
break."
+ ( modify_local_config "SUPER_DEBUG" "" ; modify_local_config "set"
"+x" "command" ) ;;
+ C) TEXT="Note: This is a numeric value that represents a mask to
castfs, 0 means no debugging, 1 means file system debugging, 2 is lower level
debugging, 3 means both. All other values are currently undefined."
LEVEL=`eval $DIALOG --ok-label "Commit" --inputbox \"$TEXT\" 0 0
\"$CASTFS_DEBUG_LEVEL\"` &&
- modify_local_config "CASTFS_DEBUG_LEVEL" "$LEVEL" ;;
+ modify_local_config "CASTFS_DEBUG_LEVEL" "$LEVEL" ;;
esac
[SM-Commit] GIT changes to master sorcery by David Brown (8ebef91891bd94f833ef317d80142dc7dee5aa62),
David Brown, 05/15/2007