Skip to content

Commit 2eb2fb0

Browse files
committed
Update SendEmail.pas
1 parent f5f231f commit 2eb2fb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SendEmail.pas

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@ function TSendEmail.AddAttachment(const AFileName: string; const ADisposition: T
336336

337337
if not FileExists(AFileName) then
338338
begin
339-
Log('Attachment: Not found');
339+
Log('Attachment: Not found - ' + ExtractFileName(AFileName));
340340
Exit;
341341
end;
342342

0 commit comments

Comments
 (0)