noalyss-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Noalyss-commit] [noalyss] 04/06: Improve debug


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 04/06: Improve debug
Date: Sat, 3 Jun 2023 10:30:27 -0400 (EDT)

sparkyx pushed a commit to branch master
in repository noalyss.

commit 3d5f49b2560a65e0610c06a183cdea7a83e445b7
Author: sparkyx <danydb@noalyss.eu>
AuthorDate: Fri May 26 11:39:58 2023 +0200

    Improve debug
---
 include/lib/database_core.class.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/lib/database_core.class.php 
b/include/lib/database_core.class.php
index 0895f98bb..36eb417d5 100644
--- a/include/lib/database_core.class.php
+++ b/include/lib/database_core.class.php
@@ -307,7 +307,7 @@ class DatabaseCore
         if ( DEBUGNOALYSS == 0 ) {
             ob_start();
         } else {
-            $debug = fopen("/tmp/debug.log", "w+");
+            $debug = fopen("/tmp/debug_execute_script".uniqid().".log", "w+");
         }
         $hf = fopen($script, 'r');
         if ($hf == false) {



reply via email to

[Prev in Thread] Current Thread [Next in Thread]