#17630622 * 잘못된 주석 수정

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@5340 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
bnu 2009-01-12 16:01:18 +00:00
parent 2f2578e7f8
commit f9da7eaa5a

View file

@ -161,11 +161,11 @@
}
/**
* @brief 디버그 모드일 경우 디버메세출력
* @brief 디버그 모드일 경우 디버메시출력
*
* __DEBUG__1이상일 경우 부분의 실행시간등을 debugPrint 함수를 이용해서 출력\n
* 개발시나 테스트시에 config/config.inc.php의 __DEBUG__를 세팅하고\n
* tail -f ./files/_debug_message.php로 하여 console로 확인하면 편리함\n
* __DEBUG__ 값이 1 이상이면 __DEBUG_OUTPUT__ 값에 따라 메시지 출력.
* __DEBUG__를 세팅하고, __DEBUG_OUTPUT__ == 0 이면
* tail -f ./files/_debug_message.php로 하여 console로 확인하면 편리함
**/
function _debugOutput() {
if(!__DEBUG__) return;