Skip to content

Commit

Permalink
Merge pull request #655 from Pixilib/fix2
Browse files Browse the repository at this point in the history
Fix2
  • Loading branch information
salimkanoun committed Jun 11, 2023
2 parents d798e14 + 1fe8819 commit b138cc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GaelO2/app/GaelO/Adapters/HttpClientAdapter.php
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ public function requestUploadArrayDicom(string $method, string $uri, array $file
$reason = $exception->getMessage();
}
// this is delivered each failed request
Log::error('DICOM Import Failed in Orthanc Temporary: ' + $reason);
Log::error('DICOM Import Failed in Orthanc Temporary: '.$reason. ' index: '.$index);
},
]);

Expand Down

0 comments on commit b138cc5

Please sign in to comment.