fixes logoutput
This commit is contained in:
parent
ed43852124
commit
b340fd9e25
@ -238,7 +238,7 @@ internal class ImageSynchronizer : IImageSynchronizer
|
||||
var fileInfo = new FileInfo(Path.Combine(piwigoServer.RootDirectory, imageEntity.FilePath));
|
||||
|
||||
var fileSizeInKb = fileInfo.Length / 1024f;
|
||||
_logger.Information("Uploading image {ImageFilePath} ({ImageId}) to piwigo server ({Size} KiB)", imageEntity.FilePath, imageEntity.ServerImageId, fileSizeInKb);
|
||||
_logger.Information("Uploading image {ImageFilePath} ({ImageId}) to piwigo server ({Size} KiB)", imageEntity.FilePath, imageEntity.Id, fileSizeInKb);
|
||||
|
||||
var imageUpload = GetImageUpload(imageEntity, fileInfo.CreationTime);
|
||||
var imageUploaded = await piwigoClient.UploadImageAsync(fileInfo, imageUpload, ct);
|
||||
|
Loading…
Reference in New Issue
Block a user