noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] 18/23: Improve DEBUG


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 18/23: Improve DEBUG
Date: Sun, 26 Feb 2023 14:47:31 -0500 (EST)

sparkyx pushed a commit to branch master
in repository noalyss.

commit 28f937004fea5adfe5caf855473f4312c8acee73
Author: sparkyx <danydb@noalyss.eu>
AuthorDate: Fri Feb 17 23:45:05 2023 +0100

    Improve DEBUG
---
 include/lib/database_core.class.php | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/include/lib/database_core.class.php 
b/include/lib/database_core.class.php
index 11b89ccb0..01bfae6b2 100644
--- a/include/lib/database_core.class.php
+++ b/include/lib/database_core.class.php
@@ -204,7 +204,9 @@ class DatabaseCore
                 echo $a->getTraceAsString();
                 echo pg_last_error($this->db);
             }
-            record_log($a->getTraceAsString());
+            record_log($a);
+            record_log($p_string);
+            record_log($p_array);
             $this->rollback();
 
             throw ($a);



reply via email to

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