From 70b377d1c921595d00896beeeda0f49fa83da6a2 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Thu, 18 Jan 2024 00:26:29 +0100 Subject: [PATCH] Fix log --- myaccount/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/myaccount/index.php b/myaccount/index.php index f2a4a72ae..4afd6b9cc 100644 --- a/myaccount/index.php +++ b/myaccount/index.php @@ -858,7 +858,7 @@ // Protection to avoid to validate contract with several 'app' products. $nbofproductapp++; if ($nbofproductapp > 1) { - dol_syslog("Error: Bad definition of contract. There is more than 1 service with type 'app'", LOG_ERR); + dol_syslog("index.php Error: Bad definition of contract. There is more than 1 service with type 'app'", LOG_ERR); $error++; break; }