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; }