소스 검색

Add routine debug calls

Alois Mahdal 6 년 전
부모
커밋
5fd6c5103c
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1
    0
      src/imapdomo.skel

+ 1
- 0
src/imapdomo.skel 파일 보기

@@ -92,6 +92,7 @@ main() {
92 92
         *)  break ;;
93 93
     esac done
94 94
     Action="$1"; shift
95
+    debug -v Action CfgDir LogDir HeaderDir Debug CdTo
95 96
     lshandlers | grep -qw "$Action" \
96 97
      || dle "no handler for action: $Action.lua in $IMAPDOMO_HOME/handlers"
97 98
     cmd=$(mkcmd)