Skip to content

Commit

Permalink
Fix log
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed Jan 17, 2024
1 parent b206191 commit 70b377d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion myaccount/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit 70b377d

Please sign in to comment.