mirror of
https://github.com/getnamingo/registry.git
synced 2025-07-24 03:20:33 +02:00
Better error logging in invoice generator
This commit is contained in:
parent
fd19c9d0e3
commit
14c3fc2e6a
1 changed files with 1 additions and 1 deletions
|
@ -158,7 +158,7 @@ try {
|
|||
$response = curl_exec($curl);
|
||||
|
||||
if ($response === false) {
|
||||
throw new Exception(curl_error($curl), curl_errno($curl));
|
||||
$log->error('Email error: ' . curl_error($curl) . curl_errno($curl));
|
||||
}
|
||||
|
||||
curl_close($curl);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue