Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master sorcery by David Brown (8ebef91891bd94f833ef317d80142dc7dee5aa62)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: David Brown <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master sorcery by David Brown (8ebef91891bd94f833ef317d80142dc7dee5aa62)
  • Date: Tue, 15 May 2007 00:23:55 -0500

GIT changes to master sorcery by David Brown <dmlb2000 AT gmail.com>:

ChangeLog | 1 +
usr/sbin/sorcery | 8 ++++----
2 files changed, 5 insertions(+), 4 deletions(-)

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

diff --git a/usr/sbin/sorcery b/usr/sbin/sorcery
index f507c28..a5c3a34 100755
--- a/usr/sbin/sorcery
+++ b/usr/sbin/sorcery
@@ -1495,7 +1495,7 @@ sorcery_devel_settings() {
0 0 0 \
"D" "Debug file" "$D_HELP" \
"S" "Super debugging toggle" "$S_HELP" \
- "C" "Castfs debuging level" "$C_HELP"'`
+ "C" "Castfs debuging level" "$C_HELP"'`
do

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

Archive powered by MHonArc 2.6.24.

Top of Page