From 86bb25a6880616fb4e4194cfb2e1acb275a028c2 Mon Sep 17 00:00:00 2001 From: Dominique Fournier Date: Wed, 25 Jun 2014 19:04:16 +0000 Subject: [PATCH] the right file to debug markdown git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@1489 bf3deb0d-5f1a-0410-827f-c0cc1f45334c --- markdown.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/markdown.php b/markdown.php index 94b4724..0a6ffd6 100644 --- a/markdown.php +++ b/markdown.php @@ -382,6 +382,7 @@ class markdown if ($this->debug === false) return; $trace = debug_backtrace(); $back = reset ($trace); - file_put_contents ("/tmp/debug", "[".$back["line"]."] $msg\n", FILE_APPEND); + file_put_contents ("/tmp/debugMD", "[".$back["line"]."] $msg\n", + FILE_APPEND); } }